@charset "utf-8";
/* CSS Document */

body{
	padding:118px 0 0 0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Source Sans Pro', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Source Sans Pro', sans-serif;
}	
p{
	margin:0;
	font-family: 'Source Sans Pro', sans-serif;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
	font-family: 'Source Sans Pro', sans-serif;
}
label{
	margin:0;
}
img{
	width:100%;
}
#myGallery div{ display:none;
}
.allcategg{
	color: #fff;
    background: #da0b1b;
    height: 25px;
    width: 24px;
    padding: 7px;
    border-radius: 100px;
    text-align: center;
}
.unkno{
	padding: 11px 25px 10px 10px !important;
}
/*--/header --*/
/*-- top-bar-w3-agile --*/

.header {
	position: relative;
}

.header-nav {
	position: relative;
}

.top-bar {
	position: absolute;
	z-index: 999;
	width: 95%;
	top: 4%;
	left: 3%;
}
.newtopmenu a{
	float:right;
	color:#fff;
	font-size: 15px;
    padding: 0px 25px;
	border-right:1px solid #ff979f;
	line-height: 18px;
}
.newtopmenu a:hover{
	color:#000;
}
.newtopmenuholder{
	padding:0px 15px;
}
.addressnew p {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin: 0px 0;
    line-height: 0;
}
.addressnew .fa{
	margin-right:10px;
}
.addressnew a{
	color:#da0b1b;
	display:table;
	float:right;
}
.addressnew a .fa{
	margin-left:10px;
}
.newaddresstop{
	line-height: 3.0em;
}
.addressnew a:hover{
	color:#3d3d3d;
}
.serchsecc{
	display:table;
	width:100%;
}
.footer_new{
	background:#3d3d3d;
	padding:10px 0 30px;
	z-index: 9;
	/*position:fixed;
	bottom:0;
	width:100%;*/
}
.footer_new .rwmiddle{
	border-bottom:2px solid #8b8b8b;
}
.newfoot_left p{
	text-align:left;
	color:#8b8b8b;
	margin-bottom:15px;
	font-size:16px;
}
.newfoot_right p{
	text-align:right;
	color:#8b8b8b;
	margin-bottom:15px;
	font-size:16px;
}
.newfoot_cent a{
	display:table;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#8b8b8b;
	padding:10px 0;
}
.newfoot_cent a:hover{
	color:#fff;
}
/*--top-bar_sub_w3layouts --*/
.logoimg{
	width:74% !important;
	transition:all 600ms ease-in-out 0ms;
}
.logoimg2{
	width:90% !important;
	transition:all 600ms ease-in-out 0ms;
}
.logo img{
	width:100%;
	transition:all 600ms ease-in-out 0ms;
}
.scrolltopcolorinclude{
	background:#fff !important;
	transition:all 600ms ease-in-out 0ms;
}
.menuscroll{
	margin:9px 0 !important;
	transition:all 600ms ease-in-out 0ms;
}

.menu { display: block; margin: 19px 0; }
.menu2{
	display:table;
	float:right;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 500;
  text-decoration: none;
  padding:15px 14px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
  /*color: #fff;
  background: #3b8d2e;*/
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 245px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}
.menu2 ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #000;
  background: #f5f5f5;
  border-bottom: 1px solid #dedede;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #3b8d2e;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 200px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #3b8d2e;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #da0b1b;color: #fff !important; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: ; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #3b8d2e;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}



.maintop-bar_sub_w3layouts {
	background: #da0b1b;
    padding: 6px 2em;
	position: fixed;
    z-index: 999;
    top: 0px;
}
.address p{
	font-size:16px;
	color:#fff;
	text-align:left;
	margin: 1px 0;
}
.address p i{
	margin-right:15px;
}
.top-bar_sub_w3layouts {
	background: rgba(255,255,255,0.9);
    padding: 0em 0em;
	position: fixed;
    z-index: 999;
    top: 40px;
	box-shadow: 0px 0px 5px 0px #999;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	-ms-box-shadow: 0px 0px 5px 0px #999;
	-o-box-shadow: 0px 0px 5px 0px #999;
}
.top-bar_sub_w3layouts_new{
	top: 29px;
}
.logonew img{
	width:90%;
	float: left;
}
.language{
	display:table;
	float:right;
}
.mainmenu{
	padding-left:0;
}
.language-col{
	float:right;
	display: table;
}
.language-col a{
	color:#fff;
	font-size:16px;
	text-align:center;
	padding: 1px 22px;
    display: table;
	border: 1px solid #fff;
    border-radius: 100px;
}

.language-col a:hover{
	color:#000;
	border: 1px solid #000;
}
.mainmenu ul{
	list-style:none;
	/*margin: 11px 0;*/
	transition:all 600ms ease-in-out 0ms;
}
.mainmenu li{
	/*list-style:none;
	float:left;*/
}
.mainmenu li a{
	color:#000;
	/*padding:5px 15px;*/
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
.top-bar_sub_w3layouts h6 {
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 2px;
	float: left;
}

.log {
	float: right;
	margin-top: 5px;
}

.top-bar_sub_w3layouts h6 a {
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	letter-spacing: 1px;
	font-size: 13px;
	background: #01cd74;
	display: inline-block;
	border: 2px solid transparent;
	font-weight: bold;
}

.log h5 {
	display: inline-block;
	color: #a0a1a5;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 1px;
}

.log .fa-user.fa-w-16 {
	color: #fff;
	margin: 0 4px;
}

a.sign {
	color: #a0a1a5;
	font-size: 1em;
	letter-spacing: 1px;
}
.top-forms span{
    font-size: 0.9em;
    color: #707173;
	letter-spacing: 1px;
}
.top-forms span a {
    color: #555;
    border: 1px dotted;
    padding: 10px 20px;
	border-radius: 3px;
    font-weight: 500;
}
.top-forms span a:hover {
    background: #ffc107;
    border: 1px dotted #fff;
    color: #fff;
}
.top-forms span a:hover i {
    color: #fff;
}
.top-forms a i{
	color: #ffc107;
}
.social_list1 li {
	display: inline-block;
}

ul.social_list1 li a {
    color: #fff;
    font-size: 0.9em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    line-height: 29px;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.social_list1 li a:hover{
	opacity: 0.8;
	transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transition: transform 2s;
}
.facebook1 {
	background: #3b5998;
}

.twitter2 {
	background: #1da1f2;
}

.dribble3 {
	background: #ea4c89;
}
.pin {
	background: #BD081C;
}
a.navbar-brand {
	font-size: 2em;
	font-weight: 800;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	color: #3d3e48;
     letter-spacing: 2px;
	text-transform: uppercase;
	float:left;
	padding:0;
}
.logo i {
    color: #ffc107;
    text-shadow: none;
}
.log-icons li {
    display: inline-block;
}
.log-icons p {
    font-size: 16px;
    letter-spacing: 1px;
	color: #333;
    font-weight: 500;
}
.log-icons p i {
    color: #ffc107;
    margin-right: 4px;
}
/*-- top-bar_sub_w3layouts --*/
/*-- header --*/

h3.logo a.navbar-brand {
	font-size: 3em;
	letter-spacing: 2px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.36);
	color: #fff;
	margin: 0;
	font-weight: 700;
}

h3.logo a.navbar-brand i {
	color: #ffc107;
}

.top-header {
	background: none !important;
	position: absolute;
	width: 100%;
	z-index: 9;
	padding: 2em 2em;
}

.navbar-light .navbar-nav .nav-link,
.dropdown-item {
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0em 0.5em;
	padding: 8px 25px;
	font-weight: 500;
	border: 2px solid transparent;
	text-shadow: 1px 1px 2px #000000;
}

.dropdown-item {
	margin: 0 !important;
	color: #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}

.dropdown-menu {
	background-color: rgb(255, 255, 255);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #000;
	text-decoration: none;
	background-color: #ffffff;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #eef0f3;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	border: 2px solid #ccc;
	border-radius: 3px;
}

.dropdown-menu {
	padding: 0;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #ffffff;
	border-color: transparent;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
}

.form-control:focus {
	box-shadow: none;
}
.log-icons {
    text-align: right;
}
.logo {
    text-align: center;
}
.top-forms {
    text-align: left;
}
/*-- //header --*/



/* login and register modal */

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background:#f1f1f1;
	background-size: cover;
	border: 6px solid #fff;
	border-radius: 0rem;
	outline: 0;
	color: #fff;
}

.form-control {
    letter-spacing: 1px;
    padding: 0.5rem 0.75rem;
}

.right-w3l input[type="submit"] {
	background: #da0b1b;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
     letter-spacing: 2px;
    padding: 12px;
	cursor: pointer;
}
.right-w3l input[type="submit"]:hover {
	background: #ba121f;
}
.language-col .fas{
	margin-right:10px;
}
.col-form-label {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 13px;
    letter-spacing: 2px;
}
.modal-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.modal-header {
    background: #3d3d3d;
	color: #fff;
	border: none;
    padding: 1.5rem;
}
.modal-header2 {
    background: #fff;
    color: #fff;
    border: none;
    padding:0px 15px 5px;
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 2rem;
	background:#999;
}
.modal-body2 {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0rem;
	background:#fff;
}
.modal-body p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 15px;
}
label{
    letter-spacing: 1px;
    font-size: 15px;
}
.forgot-w3l{
    letter-spacing: 1px;
    font-size: 15px;
}

.modal_left h2{
	font-weight:800;
	color:#3b8d2e;
	font-family: "Montserrat";
}
.modal_left h4{
	font-weight:700;
	color:#333;
	margin:30px 0;
}
.modal_left ul li{
	list-style:disc inside;
	color:#222;
	margin:15px 0;
}
.modal_right{
	background:#3b8d2e;
	padding:30px 15px 30px 30px;

}
.modal_right_contone{
	display:table;
	width:100%;
	padding:15px 0;
}
.modal_right_conttwo{
	display:table;
	width:100%;
	padding:15px 0;
}
.modal_right_contone h2{
	font-weight:700;
	color:#f4dd07;
	font-family: "Montserrat";
	font-size:18px;
	margin:15px 0;
	text-align:center;
}
.modal_right_contone a{
	display:table;
	background:#f4dd07;
	color:#3b8d2e;
	padding:5px 30px;
	text-transform:uppercase;
	font-weight:bold;
	margin:auto;
	width:100%;
	text-align:center;
}
.modal_right_contone a:hover{
	background:#000;
	color:#fff;
}
.modal_right_conttwo a:hover{
	background:#fff;
	color:#000;
}
.modal_right_conttwo h2{
	font-weight:700;
	color:#000;
	font-family: "Montserrat";
	font-size:18px;
	margin:15px 0;
	text-align:center;
}
.modal_right_conttwo a{
	display:table;
	margin:auto;
	background:#000;
	color:#f4dd07;
	padding:5px 30px;
	text-transform:uppercase;
	font-weight:bold;
	width:100%;
	text-align:center;
}
.modal_left a{
	float:left;
	color:#3b8d2e;
	font-weight:bold;
	display:table;
	width:auto;
	margin-right:15px;
	padding:5px 15px;
	border:1px solid #f1f1f1;
	background:#f1f1f1;
	text-transform:uppercase;
}
.modal_left a:hover{
	border:1px solid #3b8d2e;
	color:#f1f1f1;
	background:#3b8d2e;
}
/* //modal */


/*-- /banner --*/

.banner-form {
	width: 90%;
	margin: 0 auto;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}

.rslides {
	margin: 0 auto;
}

.rslides_container {
	position: relative;
	width: 100%;
}

.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 64%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url(../images/arrows.png) no-repeat left 50%;
	margin-top: -45px;
}

.centered-btns_nav:active {
	opacity: 1.0;
}

.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	/* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}

.transparent-btns_nav.next {
	left: auto;
	right: 0;
}

.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(../images/arrows.png) no-repeat left 50%;
	width: 38px;
}

.large-btns_nav:active {
	opacity: 1.0;
}

.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
	outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	text-align: center;
	position: absolute;
	left: 47%;
	bottom: 5%;
	z-index: 9;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 10px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	_display: block;
	width: 12px;
	height: 12px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	background: #da0b1b;
}

.banner-img,
.banner-img.one,
.banner-img.two,
.banner-img.three {
	background: url(../images/slider1-1.png) no-repeat 0px 0px;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	min-height: 406px;
	background-position:left;
}

.banner-img.one {
	background: url(../images/slider1.png) no-repeat 0px 0px;
}

.banner-img.two {
	background: url(../images/slider2.png) no-repeat 0px 0px;
}

.banner-img.three {
	background: url(../images/slider3.png) no-repeat 0px 0px;
}

.banner-info {
	width: 80%;
	margin: 0 auto;
	padding-top: 12em;
}

.banner-info h1 ,.banner-info h2 ,.banner-info h4 {
	letter-spacing: 3px;
	line-height: 1.4em;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.50);
	font-size: 5em;
	color: #fff;
     position: relative;
	 font-family: "Montserrat";
	 font-weight:700;
}
.banner-info h1 .net{
	color:#3b8d2e;
	font-size: 1em;
}
.banner-info h5 {
	letter-spacing: 3px;
	line-height: 1.4em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	font-size: 2em;
	color: #fff;
	position: relative;
}
.banner-info h5:after ,.banner-info h2:after{
    position: absolute;
    content: "";
    width: 10%;
    height: 4px;
    background: #fff;
    left: 45%;
    bottom: -25%;
}
.banner-info a {
    font-size: 15px;
	font-weight: 600;
    letter-spacing: 2px;
	text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #fff;
    border-radius: 3px;
     margin-top: 1em;
    display: inline-block;
}
.banner-info a:hover {
	background: #ffc107;
    border: 2px solid #ffc107;
    color: #fff;
}
.banner-info span {
     font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
}
.achiverimage{
	background:#f1f1f1;
}
.banner_ovrlay{
	padding:60px 0;
}
.top_services{
	border-radius:0px;
	display:block;
	width:100%;
	box-shadow: 0px 8px 16px #666;
	transition: all 600ms ease-in-out 0ms;
}
.aos-init .s1:hover{
	background:#3d3d3d url(../images/serviceicon1.png) no-repeat 0%;
	transition: all 600ms ease-in-out 0ms;
}
.aos-init .s2:hover{
	background:#3d3d3d url(../images/serviceicon1.png) no-repeat 0%;
	transition: all 600ms ease-in-out 0ms;
}
.aos-init .s3:hover{
	background:#3d3d3d url(../images/serviceicon1.png) no-repeat 0%;
	transition: all 600ms ease-in-out 0ms;
}

.aos-init .s1{
	background:#da0b1b url(../images/serviceicon1.png) no-repeat 0%;
}
.aos-init .s2{
	background:#da0b1b url(../images/serviceicon1.png) no-repeat 0%;
}
.aos-init .s3{
	background:#da0b1b url(../images/serviceicon1.png) no-repeat 0%;
}

.s_title{
	display:table;
	width:100%;
	padding:22px;
}
.s_title h4{
	text-align:left;
	text-transform:uppercase;
	font-weight:800;
	color:#fff;
	font-size:24px;
	letter-spacing:1.5px;
}
.vd_details{
	display:table;
	width:100%;
	padding:22px;
}
.vd_details a{
	padding-top:60px;
	display:table;
	width:100%;
	font-size:16px;
	font-weight:400;
	color:#fff;
}
.vd_details a i{
	color:#fff;
	margin-left:10px;
}
.vd_details a:hover{
	color:#fff;
}
.vd_details a:hover > i{
	color:#fff;
}
.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../images/dott.png)repeat 0px 0px;*/
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.bnr-button {
	margin-top: 2em;
}

.carousel-control {
	line-height: 42em;
}

.carousel-indicators li {
	display: inline-block;
	max-width: 20px;
	height: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 0 8px;
	cursor:pointer;
}

.carousel-indicators .active {
	background: #1cbbb4;
}

.rslides-container .carousel-item  {
	height: 50em;
}

/*--//banner --*/

/*--Service--*/
.about{
	background:#fff;
}
.section_maintitle{
	position:relative;
	margin-bottom:40px;
}
.section_maintitle h5{
	display:table;
	margin:auto;
	text-align:center;
	padding:0 25px;
	background:#fff;
	position:relative;
	z-index:9; 
}
.underline{
	position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: #da0b1b;
    top: 24px;

}
.achiver_col {
    background: #fff;
    border: 1px solid #f1f1f1;
}
.achiverdetails {
    padding: 15px;
}
.achiverdetails a {
    text-transform: uppercase;
    color: #da0b1b;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.achiverdetails a:hover {
	color:#3d3d3d !important;
}
.black{
	color:#000 !important;
}
.section_maintitle p{
	text-align:center;
	font-size:18px;
	font-weight:400;
	width:80%;
	margin:auto;
	color:#333;
	line-height:1.8;
}
.services_holder{
	border-radius:10px;
	display: table;
    width: 100%;
	background:#7cc502;
	padding:15px 5px;
	cursor:pointer;
}
.services_holder:hover{
	background:#159001;
	transition:all 600ms ease-in-out 0ms;
}
.s_l{
	float:left;
}
.s_l img{
	width:85px;
}
.s_r{
	float:left;
	padding:10px 0;
	width:68%;
}
.s_r h4{
	text-align:left;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	font-size:18px;
	height:50px;
}
.s_r a{
	text-align:left;
	color:#000;
	font-size:14px;
	font-weight:500;
	display:table;
}
.services-grid{
	margin:15px 0;
}
.fuelaccount {
    background: url(../images/addbg.png) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: scroll;
	padding:40px 0;
}
.fuelaccount_holder h2{
	text-align:center;
	color:#fff;
	font-size:46px;
	font-weight:700;
	font-family: 'Bebas Neue';
	letter-spacing:3px;
	margin:10px 0;
}
.fuelaccount_holder h1{
	text-align:center;
	color:#fff;
	font-size:66px;
	font-weight:800;
	font-family: 'Bebas Neue';
	letter-spacing:3px;
	text-shadow: 0px 0px 7px #333;
}
.restaurantmenu{
	background: url(../images/foodmenubg.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: scroll;
	padding:70px 0 20px;
}
.restaurantmaintitle {
    position: relative;
}
.leftline2 {
    position: absolute;
    left: 0;
    height: 1px;
    width: 314px;
    background: #f4dd07;
    top: 75px;
}
.rightline2 {
    position: absolute;
    right: 0;
    height: 1px;
    width: 314px;
    background: #f4dd07;
    top: 75px;
}
.restaurantmaintitle h5{
	margin-bottom:80px !important;
}
.restaurantimage ul{
	list-style:none;
}
.restaurantimage ul li{
	list-style:none;
	margin: 20px 0;
}
.restaurantimage ul li a{
	text-align:left;
	color:#000;
	font-size:32px;
	font-weight:700;
	text-transform:uppercase;
	display:table;
	width:100%;
	font-family: "Montserrat";
}
.restaurantimage ul li a:hover{
	color:#ba1d2c;
}
.bullet{
	height: 50px;
    width: 50px;
    border-radius: 100px;
    background: #b61c2b;
    border: 4px solid #f4dd07;
    margin-right: 15px;
    color: #fff;
    padding: 4px;
    display: table;
    font-size: 22px;
    text-align: center;
	float:left;
}
.menu-1{
	float:left;
}
.g_startbtn{
	padding:30px 0;
	display:table;
	width:100%;
}
.g_startbtn a{
	display:table;
	background:#3b8d2e;
	text-align:center;
	text-transform:uppercase;
	padding:10px 45px;
	color:#fff;
	font-size:24px;
	font-weight:600;
	float:left;
	letter-spacing:4px;
}
.g_startbtn a:hover{
	background:#b71d2b;
	color:#f3dc07;
}
.promotion{
	background:#3b8d2e;
	padding:60px 0;
}
.section_maintitle h4{
	font-size:30px !important;
}
.restaurantmaintitle h4{
	font-size:30px !important;
}
.contactusmaintitle h4{
	font-size:30px !important;
}
.maintitle h4{
	font-size:30px !important;
}
.promotion_left h3{
	text-align:left;
	color:#f4dd07;
	font-size:40px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:"Montserrat";
	position:relative;
	margin-bottom: 60px;
}
.caption2{
	padding:20px 0;
}
.caption2 h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
	color:#fff;
}

.promotion_left p{
	text-align:left;
	color:#fff;
	font-size:22px;
	font-weight:300;
	letter-spacing:1px;
	margin-top:50px;
}
.promotion_left h3:after{
	content: "";
    width: 162px;
    background: #000;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -18px;
}
.serve_sec_1{
background: rgb(157,212,65);
background: linear-gradient(90deg, rgba(157,212,65,1) 0%, rgba(157,212,65,1) 42%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 91%);
}
.s_s_image_col{
	padding-left:0;
	padding-right:60px;
}
.s_s_image{
	/*background:#3b8d2e;*/
	border-radius:0;
	padding: 0 15px 0 0;
}
.s_s_image img{
	border-radius:0;
}
.s_s_details h3 {
    text-align: left;
    color: #3b8d2e;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat";
    position: relative;
}
.s_s_details h3:after {
    content: "";
    width: 160px;
    background: #000;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -18px;
}
.s_s_details_3{
	padding:0;
}
.s_s_details p {
    text-align: left;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
	margin-bottom: 15px;
}
.s_s_details{
	padding:50px 0;
}
.s_s_details a{
	display: table;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    float: left;
    letter-spacing: 3px;
}
.s_s_details a:hover{
	background:#159001;
	color:#f4dd07;
}
.row2{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.serve_sec_2{
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(100,179,87,1) 59%, rgba(100,179,87,1) 100%);
}
.s_s_image2_col{
	float:right;
	padding-right:0;
	padding-left:60px;
}
.s_s_details2_col{
	float:right;
}
.s_s_image2{
	/*background:#3b8d2e;*/
	border-radius:0;
	padding: 0 0px 0 15px;
}
.s_s_image2 img{
	border-radius:0;
}
.row3{
	display: table;
    width: 100%;
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.serve_sec_3{
	background:#f4dd07;
}
.s_s_image_left_col3 {
    padding-left: 0;
	padding-top:90px;
}
.s_s_image_right_col3 {
    padding-right: 0;
	padding-bottom:90px;
}
.s_s_details3_holder{
	padding:33px 0;
}
.s_s_details3_holder h4{
	color: #3b8d2e !important;
	font-weight: 800 !important;
	margin-top:20px;
}
.s_s_details3_holder p{
	text-align:center;
	color:#000;
	font-weight:400;
	font-size:16px;
	margin-bottom:20px;
}
.s_s_details3_holder a {
    display: table;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	margin:auto;
    letter-spacing: 3px;
}
.s_s_details3_holder a:hover{
	background:#159001;
	color:#f4dd07;
}
h4.heading {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    color: #3b8d2e;
    letter-spacing: 2px;
    font-family: "Montserrat";
    margin-bottom: 20px;
}
.serve_sec_4 {
    background: #3b8d2e;
}
.s_s_details4_holder {
    padding: 30px 0;
}
.s_s_details4_holder h4 {
    color: #f4dd07 !important;
    font-weight: 800 !important;
    margin-top: 20px;
}
.s_s_details4_holder p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.s_s_details4_holder a {
    display: table;
    background: #3b8d2e;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 35px;
    color: #f4dd07;
	border:2px solid #000;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    letter-spacing: 3px;
}
.s_s_details4_holder a:hover{
	background:#000;
	color:#fff;
	border:2px solid #000;
}
.contactus {
    background: url(../images/contactusbg.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
	padding:60px 0;
}
.maintitle {
    position: relative;
}
.leftline3 {
    position: absolute;
    left: 0;
    height: 1px;
    width: 270px;
    background: #000;
    top: 75px;
}
.rightline3 {
    position: absolute;
    right: 0;
    height: 1px;
    width: 270px;
    background: #000;
    top: 75px;
}
.contactbtn{
	width:100%;
	border-radius:0;
	background:#da0b1b;
	padding:15px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:18px;
}
.contactforms_container{
	display:table;
	width:100%;
	padding:30px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contactfield{
	background:#3d3d3d!important;
	border-radius:0;
	font-weight:400;
}
.contactus_leftformfield{
	padding-left:0;

}
.contactus_rightfield{
	padding-right:0;
	padding-left:120px;
}
.con_r_f_holder{
	padding:134px 0;
}
.con_r_f_holder img{
	width:60%;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	padding:15px 0;
}
.con_icon{
	float:left;
	width:auto;
	margin-right:15px;
}
.con_details{
	float:left;
}
.cnt_info{
	display:table;
	width:100%;
	padding-bottom:30px;
}
.con_icon i{
	font-size:34px;
}
.con_details h3{
	text-align:left;
	text-transform:uppercase;
	font-weight:800;
	margin-bottom:15px;
	font-family: "Montserrat";
}
.con_details p{
	text-align:left;
	font-size:16px;
	font-weight:500;
	color:#222;
}
.w3l-map{
	display:table;
	width:100%;
	opacity: 0.8;
}
.w3l-map iframe {
    width: 100%;
    height: 500px;
    margin-top: 0;
    outline: none;
    border: none;
}
.row_map{
	background:#000;
	border-top:4px solid #da0b1b;
}
.fp_banner {
    background-size: cover;
    min-height: 360px;
	background-position: center !important;
}
.innerbanner{
	padding:189px 0 0;
}
.innerbanner h3{
	font-family: "Montserrat";
	font-size:64px;
	text-align:center;
	color:#fff;
	text-shadow:0px 0px 14px #000;
	font-weight:800;
	text-transform:uppercase;
}
.breadcrumbsection{
	background:#3b8d2e;
}
.breadcrumb-item a{
	color:#fff;
}
.breadcrumb-item a:hover{
	color:#f4dd07;
}
.bdc{
	display:table;
	margin:auto;
}
.bdc ol{
	margin-bottom:0 !important;
}
.innerholder{
	padding:30px 0;
}
.fuelprice{
	background:#fff;
	padding:60px 0;
}
.innertitle h3{
	font-family: "Montserrat";
	font-size:36px;
	text-align:center;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:15px;
}
.fp_col{
	border-radius:10px;
	background:#7cc502;
	margin-bottom: 30px;
}
.fp_col_tp{
	padding:30px 0;
	text-align:center;
	border-bottom:1px solid #000;
}
.fp_col_tp img{
	height:90px;
	width:90px;
}
.fp_col_tp h3{
	font-family: "Montserrat";
	font-size:34px;
	text-align:center;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	margin:10px 0;
}
.fp_col_tp h5{
	font-size:36px;
	text-align:center;
	color:#fff;
	font-weight:600;

}
.fp_col_tp h4{
	font-size:48px;
	text-align:center;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
}
.services_section{
	background:#fff;
	padding:30px 0;
}
.service_sec_1{
	background:#fff;
	margin:25px 0;
}
.alls_s_image {
    padding: 0 15px 0 0;
}
.service_sec_2{
	background:#fff;
	margin:25px 0;
}
.alls_s_image2 {
    padding: 0 0px 0 15px;
}
.contact_bottm{
	background:#2c2c2c;
	padding:60px 0;
}
.con_5{
	border:3px solid #fff;
	padding:40px;
}
.con_5 h4{
	text-align:center;
	font-size:32px;
	font-weight:600;
	color:#f4dd07;
	text-transform:uppercase;
	margin-bottom:30px;
}
.con_5 h3{
	text-align:center;
	font-size:38px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
}
.sd_left_holder h3{
	font-family: "Montserrat";
	text-align:left;
	font-size:42px;
	font-weight:700;
	color:#3b8d2e;
	margin-bottom:20px;
}
.sd_left_holder p{
	text-align:left;
	font-size:22px;
	font-weight:400;
	color:#333;
	margin-bottom:30px;
}
.sd_right_holder img{
	width:100%;
	box-shadow:25px 25px 1px #dedede;
}
.viewmorebtn{
	clear:both;
	width:100%;
	display:table;
	padding:15px 0 0;
}

.rf_section{
	background: #f9f9f9;
    padding: 60px 0;
}
.restfoodcontainer{
	width:100%;
	clear:both;
	padding:15px 0;
}
.slide{

}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
        
        nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}
nav2{
	display:table;
	width:100%;
}
nav2 > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -50px;
  left: 0%;
  border: 15px solid transparent;
  border-top-color: #e9e9e9 ;
}
.fooddel_icon{
	width:220px;
	margin:auto;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    /*border: 1px solid #ddd;*/
    border-top:5px solid #e9e9e9;
    /*border-bottom:5px solid #e74c3c;*/
    padding:30px 25px;
}
.fooddel_title{
	display:table;
	margin:15px auto;
	padding:10px 40px;
	background:#3b8d2e;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.rmc_section {
    background: #fff;
    padding: 60px 0;
}
.fpc_col_tp img {
    height: 90px;
    width: 90px;
}
.fpc_col_tp {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #d5ff8e;
}
.fpc_col_tp h3 {
    font-family: "Montserrat";
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0;
}
.fpc_col_tp a{
	display:table;
	padding:5px 15px;
	border-radius:4px;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	margin:30px auto 0;
}
.fpc_col_tp a:hover{
	background:#000;
	border:1px solid #000;
}
.footer_holder{
	display:table;
	width:100%;
	margin-bottom:40px;
}
.footer_holder ul{
	list-style:none;
	display:table;
	margin:auto;
}
.footer_holder ul li{
	list-style:none;
	float:left;
}
.footer_holder li a{
	color:#fff;
	padding:10px 15px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}
.footer_holder li a:hover{
	color:#000;
}
.footer_social{
	display:table;
	width:100%;
	margin-bottom:30px;
}
.footer_social ul{
	list-style:none;
	display:table;
	margin:auto;
}
.footer_social ul li{
	list-style:none;
	float:left;
}
.footer_social li a{
	color:#000;
	padding:10px 15px;
	font-size:24px;
	text-transform:uppercase;
	text-align:center;
}
.footer_social li a:hover{
	color:#f4dd07;
}

.fooddelivery{
	padding:30px 0;
	display:table;
	width:100%;
}
.fooddelivery ul{
	list-style:none;
}
.fooddelivery ul li{
	list-style:none;
	float:left;
	display: table;
    width: 25%;
}
.fooddelivery ul li a{
	padding:15px;
}
.fooddelivery ul li img{
	width:100%;
}
.fooddelivery ul li img:hover{
	opacity:0.8;
}
/*--footer--*/

h3.tittle.cen.foot {
	font-weight: 300;
	margin-bottom: 1em;
}

footer {
	background: #3d3d3d;
	border-top:3px solid #da0b1b;
}

/*-- Search Data Result --*/
.search_category_row{
	display:table;
	width:100%;
	background:#fff;
	margin-top:0px;
	border-bottom: 2px solid #da0b1b;
	border-top: 1px solid #dedede;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.megadrpdownmennu{
	padding:0;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.sc_row{
	padding:0 15px;
}
.scr_col{
	padding:0;
}
.scr_col a{
	font-size:14px;
	color:#777;
	padding:5px 10px;
	display:table;
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	background:#fff;
}
.scr_col a:hover{
	background:#da0b1b;
	color:#fff;
	border-top:1px solid #da0b1b;
	border-left:1px solid #da0b1b;
	border-bottom:1px solid #da0b1b;
}
.scrinput:focus {
    border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
    outline: 0;
    box-shadow:none;
}
.scr_col .fa{
	margin-right:10px;
}
.collapse h3{
	font-size:18px;
	font-weight:700;
	color:#da0b1b;
	margin-bottom:15px;
	text-transform:uppercase;
}
.sub_cat h4{
	font-size:16px;
	font-weight:600;
	color:#3d3d3d;
	margin-bottom:10px;
}
.sub_cat h4:before {
    top: 22px;
    content: "";
    width: 31px;
    height: 2px;
    background: #da0b1b;
    position: absolute;
    bottom: 0;
}
.sub_cat a {
    background: none;
    border: none;
    color: #666;
    text-align: left;
    padding: 0;
    margin-bottom: 6px;
    margin-top: 10px;
}
.sub_cat a:hover{
	color:#da0b1b;
	padding:0;
	background:none;
	border:none;
	text-decoration:underline;
}

.autocomplete_section{
	display:table;
	width:100%;
	background:#fff;
	padding:5px 0;
}
.autocomplete_holder{
	float:right;
	width:72%;
}
.cart_holder{
	float:right;
	width:auto;
}
.cartbtn{
	float:right;
	padding:5px 10px;
	font-size: 16px;
	border-radius:0;
}
.cartbtn .fa{
	margin-right:10px;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width:100%;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
.search_holders{
	padding:10px 15px;
}
.all_categoryselectdrop {
    width: 28%;
    border: 1px solid #dedede;
    padding: 9px 10px;
    font-size: 13px;
	background:#f9f9f9;
	border-radius: 4px 0 0 4px;
}
.proautocompleteinput{
	padding: 0px 10px;
    font-size: 14px;
    height: 39px;
	border: 1px solid #dedede;
	border-radius: 0 4px 4px 0;
	border-left: none;
	background: #fff !important;
}
.newaccnt{
	display:table;
	width:100%;
}
.newaccnt a{
	display: table;
    width: 100%;
	padding: 6px;
	background:#fff;
	position:relative;
	text-align:center;
}
.newaccnt a:hover{
	background:#f9f9f9;
}
.flag img{
	width:28%;
}
.flagdrop img{
	width:28%;
}
.dropdown_flag{
	float:right;
}
.dropdown_currency{
	float:right;
	margin-left:10px;
}
.flag_currencyholder{
	padding:0;
}
.dropdownmyaccount{
	left:-28px;
	border-radius:0;
	border:none;
	background:#fff;
	box-shadow:0px 0px 7px 0px #ccc;
	-webkit-box-shadow:0px 0px 7px 0px #ccc;
	-ms-box-shadow:0px 0px 7px 0px #ccc;
	-o-box-shadow:0px 0px 7px 0px #ccc;
}
.countrydropdownns{
	left:-47px;
	border-radius:0;
	border:none;
	background:#fff;
	box-shadow:0px 0px 7px 0px #ccc;
	-webkit-box-shadow:0px 0px 7px 0px #ccc;
	-ms-box-shadow:0px 0px 7px 0px #ccc;
	-o-box-shadow:0px 0px 7px 0px #ccc;
}
.currenccydropdownns{
	left:-111px;
	border-radius:0;
	border:none;
	background:#fff;
	box-shadow:0px 0px 7px 0px #ccc;
	-webkit-box-shadow:0px 0px 7px 0px #ccc;
	-ms-box-shadow:0px 0px 7px 0px #ccc;
	-o-box-shadow:0px 0px 7px 0px #ccc;
}
.dropdownmyaccount a{
	padding:0px 10px;
}
.dropdownmyaccount a:hover{
	color:#da0b1b;
}
.countrysec{
	background:#f1f1f1;
	border:none;
	border-radius:4px;
	padding:2px 4px;
	color:#3d3d3d;
	text-transform:uppercase;
	font-size:14px;
	margin: 10px 0;
}
.countrysec:hover{
	background:#f1f1f1;
	color:#333;
}
.valuevalue{
	height: 20px;
    width: 20px;
    background: #da0b1b;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 6px;
    right:28px;
    line-height: 1.5em;
}
.newaccnt_col{
	padding:0 2px;
}
.newaccnt_icon{
	text-align:center;
	margin:auto;
	display:table;
	width:100%;
	color:#3d3d3d;
	line-height: 2em;
}
.newaccnt p {
    text-align: center;
    color: #3d3d3d;
    text-transform: uppercase;
    line-height: 2em;
    font-size: 12px;
}
.autocombtn {
    padding: 0px 20.5px;
    font-size: 13px;
    float: right;
    line-height: 2.7em;
    vertical-align: middle;
    margin-top: 0px;
	border-radius:0 4px 4px 0;
	background:#da0b1b;
	border: 2px solid #da0b1b;
	cursor:pointer;
	position: absolute;
    top: 6px;
    z-index: 9;
    right: 0;
}
input[type=submit] {
  background-color: #3d3d3d;
  color: #fff;
  cursor:pointer;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 0px 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.bredcate_section{
	display:table;
	width:100%;
	background:#fff;
	padding: 20px 0 0;
}
.breadcat_row{
	display:table;
	width:100%;
	border-top:1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding:8px 0;
}
.breadcrumbarea{
	width:auto;
	float:left;
}
ul.breadcrumb {
  padding: 5px 0px;
  list-style: none;
  background-color: #fff;
  margin-bottom:5px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li i{
	margin-right:10px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #da0b1b;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.categorydropdown{
	width:auto;
	float:right;
}
.fotobtn{
	padding:7px 10px;
	border-radius:4px;
}
.fotobtn .fa{
	margin-right:10px;
}
.categorysearchdropdown{
	width:auto;
	float:right;
	margin-right:15px;
}
.categoriesdrop{
	border-radius:4px;
	height: calc(2.35rem + 2px) !important;
	width:250px;
}
.searchdata_body_content{
	display:block;
	width:100%;
	background:#fff;
	padding: 15px 0;
	margin-top: 10px;
	height:100vh;
}
.searchdata_holder{
	display:inline-block;
	width:100%;
}
.table-responsive .table {
    border: 1px solid #ccc;
	background:#fff;
}
.table tr  {
	background:#fff;
}
.table tr:hover td{
    background:#f1f1f1;
}
.table-responsive .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc;
    font-size: 12px;
	text-align:left;
	background:#ccc;
	padding: 7px 5px;
}
.table-responsive  .table td{
	font-size: 12px;
	text-align:left;
	vertical-align: top;
	text-transform:uppercase;
	padding: 2px 5px;
}
.table-responsive .table thead th:nth-child(2){
	width:11%;
}
.table-responsive .table thead th:nth-child(3){
	width:5%;
}
.table-responsive .table thead th:nth-child(4){
	width:5%;
}
.table-responsive .table thead th:nth-child(5){
	width:10%;
}
.table-responsive .table thead th:nth-child(6){
	width:10%;
}
.table-responsive .table thead th:nth-child(14){
	width:8%;
}
.table-responsive .table thead th:nth-child(15){
	width:8%;
}
.offer{
	color:#da0b1b;
	text-align:left;
	display:table;
	margin:auto;
	width:100%;
}
.addsec{
	float:left;
	width:80%;
}
.cartcart{
	float:right;
	width:auto;
	line-height: 2.2em;
    font-size: 18px;
}
.cartcart a{
	color:#da0b1b;
}
.cartcart a:hover{
	color:#3d3d3d;
}
.addpro{
	border-radius:3px;
	border:1px solid #999;
	padding:0px 5px;
	margin:2px 0;
	font-size: 11px;
	text-align:center;
	background:#fff;
}
.vfoto{
	font-size: 18px;
}
.logoicon{
	float:left;
	width:19px;
}
.panneldrops h3{
	font-size: 18px;
    font-weight: 700;
    color: #da0b1b;
    margin-bottom: 15px;
    text-transform: uppercase;
	display:table;
	width:100%;
}
/*-- Search Category --*/
.categoryfilter{
	float:left;
	width:19%;
	background:#fff;
	margin-right:5px;
	padding:15px;
}
.categoryfilter h5{
	text-align:left;
	color:#3d3d3d;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.searchdata_holder_category{
	float:left;
	width:80%;
	overflow-x:scroll;
	position:relative;
}
.searchdata_holder_category_row{
	display: flex;
	width:100%;
}
.service_vehicle_row{
	display: flex;
	width:100%;
}
.categoryfilter li a{
	color:#da0b1b;
	line-height:2.9em;
	border-bottom:1px solid #ddd;
	display:table;
	width:100%;
}
.categoryfilter li a:hover{
	color:#666;
}
.categoryfilter li a .fa{
	margin-right:10px;
}
.shc-responsive{
	width:2200px;
}
.shc-responsive .tr{
	float:left;
	width:80%;
	overflow-x:scroll;
}

.outer {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.inner {
  flex: 0 0 25%;
  height: 100px;
  margin: 10px;
}

.paddle {
  bottom: 0;
  width: 42px;
  height: 42px;
  background: #da0b1b;
  border:none;
  color:#fff;
  cursor:pointer;
  border-radius:4px;
}
.paddle:hover {
	background: #3d3d3d;
	color:#ddd;
}
.lefty {
	float:left;
}

.righty {
  float:right;
}
.scrollbuttonsholder{
	display: table;
    width: 100%;
    padding: 0px 0 6px;
}
.input-group-addon {
    padding: 8px 0px 8px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
	border-right: none;
}
.scrinput{
	background:#fff !important;
	border-radius:0;
	border-left:none;
	font-size: 14px;
	border-right: none;
	padding: 0.3rem 0.15rem;
}
.searchprod_container{
	background: #f9f9f9;
	margin-top:15px;
}
.chat-box {
    position:fixed;
    right:0;
    bottom:0;
	z-index: 99;
}

.chat-closed {
    width: 250px;
    height: 35px;
    background: #f0ad4e;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    border:1px solid #f0ad4e;
    color: #000;
	border-radius:6px 6px 0 0;
	cursor:pointer;
}

.chat-header {
    width: 250px;
    height: 35px;
    background: #f0ad4e;
    line-height: 33px;
    text-indent: 20px;
    border-bottom:none;
	color:#000;
	border-radius:6px 6px 0 0;
	cursor:pointer;
}

.chat-content{
    width:302px;
    background:#ffffff;
    border:1px solid #f0ad4e;
    overflow-y:auto;
    word-wrap: break-word;
}

.box{
    width:10px;
    height:10px;
    background:green;
    float:left;
    position:relative;
    top: 11px;
    left: 10px;
    border:1px solid green;
	border-radius:100px;
}

.hide {
    display:none;
}

.chatbox {
    width: 300px;
    height: 400px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.chat-window {
    flex: auto;
    max-height: calc(100% - 60px);
    background: #2f323b;
    overflow: auto;
}
.chat-input {
    flex: 0 0 auto;
    height: 60px;
    background: #40434e;
    border-top: 1px solid #2671ff;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.chat-input input {
    height: 59px;
    line-height: 60px;
    outline: 0 none;
    border: none;
    width: calc(100% - 60px);
    color: white;
    text-indent: 10px;
    font-size: 12pt;
    padding: 0;
    background: #40434e;
}
.chat-input button {
    float: right;
    outline: 0 none;
    border: none;
    background: rgba(255,255,255,.25);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2px 0 0 0;
    margin: 10px;
    transition: all 0.15s ease-in-out;
}
.chat-input input[good] + button {
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    background: #2671ff;
}
.chat-input input[good] + button:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.chat-input input[good] + button path {
    fill: white;
}
.msg-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}
.msg-box {
    display: flex;
    background: #5b5e6c;
    padding: 10px 10px 0 10px;
    border-radius: 0 6px 6px 0;
    max-width: 80%;
    width: auto;
    float: left;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
.user-img {
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: #2671ff;
    margin: 0 10px 10px 0;
}
.flr {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
}
.messages {
    flex: 1 0 auto;
}
.msg {
    display: inline-block;
    font-size: 11pt;
    line-height: 13pt;
    color: rgba(255,255,255,.7);
    margin: 0 0 4px 0;
}
.msg:first-of-type {
    margin-top: 8px;
}
.timestamp {
    color: yellow;
    font-size: 8pt;
    margin-bottom: 10px;
}
.username {
    margin-right: 3px;
}
.posttime {
    margin-left: 3px;
}
.msg-self .msg-box {
    border-radius: 6px 0 0 6px;
    background: #337ab7;
    float: right;
}
.msg-self .user-img {
    margin: 0 0 10px 10px;
}
.msg-self .msg {
    text-align: right;
}
.msg-self .timestamp {
    text-align: right;
}
.offerproducts{
	width:44px;
	height:44px;
	border-radius:100px;
	background:#da0b1b;
	color:#fff;
	padding:7px;
	position:absolute;
	right:0;
	top:0;
	font-size: 15px;
    text-align: center;
    line-height: 1.1em;
}


 ul #navigation {
    list-style: none;
    margin: -24px 0 0 0;
    padding: 0;
    width: 20em;
}

#navigation li {
    position: relative;
}

#navigation li a {
    background-color: #fafafa;
    display: block;
    padding: 5px 15px;
	color:#333;
}

#navigation li a + div {
    background: #fff;
    clip: rect(0 0 0 0);
    position: absolute;
    left: 100%;
    top: 0;
    width:760px;
	box-shadow: -4px 0px 11px -3px #999;
	-webkit-box-shadow: -4px 0px 11px -3px #999;
	-ms-box-shadow: -4px 0px 11px -3px #999;
	-o-box-shadow: -4px 0px 11px -3px #999;
    z-index: 999;
}
.leftmen{
	padding:10px;
}
.leftmen h4{
	margin:10px 0 10px 12px !important;
	padding:0 0 0 0px!important;
	display:table !important;
}
.leftmen li{
	background:#fff !important;
}
.leftmen li a{
	background:#fff !important;
	display:table;
	width:100%;
}
.leftmen li a:hover{
	color:#da0b1b !important;
}
#navigation li.active div {
    clip: auto;
}
#navigation{
	position:relative;
}
#navigation .fa{
	margin-right:10px;
	font-size:10px;
}
.rit{
	float:right;
}
#navigation li a:hover {
    background-color: #da0b1b;
	color:#fff;
}


.leftsidebarmenu{
	padding:0;
	height:100vh;
	background:#da0b1b;
	width:220px;
}
.mobbar{
	display:none;
}
.fc_mobile{
	display:none;
}
.leftsidebarmenu{
	display:none;
}
.mainmenu_inner{
	padding-left: 15px;
	padding-right:15px;
}
.searchdata_holder_for_table{
	flex: 0 0 82%;
    max-width: 82%;
}
.row_csrt{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.leftsidebarmenu-table{
	padding:0;
	flex: 0 0 18%;
    max-width: 18%;
	height: 100vh;
    background: #333;
	transform: translateX(0%);
	position:relative;
	transition: transform 0.2s ease-in-out;
}
.leftsidebarmenu-table-view{
	transform: translateX(-93%);
}
.searchdata_holder_for_table-view{
	flex: 0 0 99%;
    max-width: 99%;
	transform: translateX(1%);
	transition: transform 0.3s ease-in-out;
	position: absolute;
}
.sidebarmenuver > ul > li.active > a{
	background:#333!important;
	color:#fff!important;
}
.sidebarmenuver > ul > li > a {
    color: #fff!important;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    border-top: 1px solid #333!important;
    border-left: 1px solid #333!important;
    border-right: 1px solid #333!important;
	background: #333!important;
}
.sidebarmenuver > ul > li:last-child > a {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-bottom: 1px solid #333!important;
}
.sidebarmenuver > ul > li:first-child > a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px !important;
}
.lefttslide a{
	position:absolute;
	top: -15px;
    right: -8px;
	z-index:9;
	background:#da0b1b;
	height:30px;
	width:30px;
	border-radius:100px;
	text-align: center;
	padding:3px;
}
.lefttslide a{
	color:#fff;
}
.lefttslide a:hover{
	background:#999;
}
/*--- Product Detail ---*/
.productdetail_body {
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    margin-top: 10px;
	/*height:100vh;*/
}
.prductdetail_holder {
    display: inline-block;
    width: 100%;
	border-bottom:1px solid #dedede;
}
.zoom_cols{
	padding-right:0;
}
.zoom_cols:nth-child(2){
	padding-right:15px;
}
.zoom_col{
	position:relative;
}

.ltc{
	float:left;
	width: 110px;
}
.ltc2{
	float:left;
	width: 110px;
}
.prddeta_col p{
	font-size: 14px;
    margin: 2px 0;
}
.prddeta_col h5{
	font-weight:bold;
}
.prddeta_col h4{
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0 10px;
}
.ltc_bottom{
	display:table;
	width:100%;
	padding-top:15px;
	border-bottom: 1px solid #dedede;
    padding-bottom: 14px;
}
.mddletable {
    display: table;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
	padding-right: 15px;
}
.mddletable_left{
	display: table;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}
.ltc_bottom a{
	display:table;
	float:left;
	margin-right:10px;
	color:#000;
	font-size:16px;
	padding:5px 25px;
	background:#f1f1f1;
	border-radius:4px;
}
.ltc_bottom a:hover{
	background:#da0b1b;
	color:#fff;
}
.ltc_bottom a:focus{
	background:#da0b1b;
	color:#fff;
}
.ltc_comments{
	border-radius:4px;
	background:#f1f1f1;
	padding:5px 25px !important;
}
.pdc_col{
	display:table;
	width:100%;
	margin-bottom:2px;
}
.cc{
	float:left;
	color:#000;
	font-size:16px;
	font-weight:800;
	width: 75px;
}
.cctwo {
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.ccc{
	float:left;
	color:#da0b1b;
	font-size:16px;
	font-weight:800;
	margin:0 5px;
	width: 74px;
}
.cccd{
	float:left;
	color:#da0b1b;
	font-size:16px;
	font-weight:400;
	margin:0 5px;
}
.ccoffer{
	float:left;
	color:#fff;
	font-size:15px;
	font-weight:500;
	background:#da0b1b;
	text-align:center;
	padding:2px 41px;
	border-radius:3px;
}
.dd{
	float:left;
	color:#000;
	font-size:14px;
	font-weight:500;
	margin: 3px 0;
	width:143px;
}
.ddd{
	float:left;
	margin:0 0px 0 15px;
}
.ddvalue {
    height: 27px;
    float: left;
    width: 38px !important;
    padding: 0 10px;
    border-radius: 4px;
	background:#fff !important;
	border:1px solid #dedede;
	margin-right:5px;
}
.ddvaluediscount{
	height: 27px;
    float: left;
    width: 115px !important;
    padding: 0 10px;
    border-radius: 4px;
	background:#fff !important;
	border:1px solid #dedede;
	text-align:center;
}
.deviderrow{
	height:1px;
	background:#dedede;
	width:100%;
	display:table;
	margin:8px 0;
}
.ddadd{
	padding: 3px 24px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    background: #f1f1f1 !important;
    float: left;
    border: 1px solid #dedede;
    color: #000 !important;
    font-weight: 600;
}
.ddadd:hover{
	background: #da0b1b !important;
    border: 1px solid #da0b1b;
    color: #fff !important;
}
.presalecol{
	display:table;
	width:100%;
	height: 162px;
	border-bottom: 1px solid #dedede;
}
.rotatedegimage ul{
	list-style:none;
	padding:0;
	display:table;
	width:auto;
	margin:auto;
}
.rotatedegimage ul li{
	float:left;
	margin:0 5px;
}

.product_details{
	padding-left:0;
	/*padding-right:0;*/
	
}
.product_details_col{
	border-left:1px solid #dedede;
	padding-left:15px;
}
.product_details_tables{
	display: inline-block;
    width: 100%;
}
.tables-one{
	padding: 5px 0 5px 0;
}
.tables-one h4{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	margin-bottom: 7px;
    margin-top: 7px;
}
.addsec2 {
    float: left;
    width: 78%;
}
.addsec3 {
    float: left;
    width: 100%;
}
.addpro2 {
    border: 1px solid #999;
    margin: 2px 0;
    font-size: 12px;
    text-align: center;
    background: #fff !important;
    border-radius: 3px;
    padding: 4px 5px;
    width: 100%!important;
}
.addprotop {
    border: 1px solid #ccc;
    margin: 2px 0;
    font-size: 14px;
    text-align: left;
    background: #fff !important;
    border-radius: 3px;
    padding: 4px 10px;
    width: 230px!important;
}
.tablecartbtn{
	background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #da0b1b;
    padding: 1px 4px;
    font-size: 15px;
    line-height: 1.7em;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 2px;
	cursor:pointer;
}
.cartcart2 {
    float: left;
    width: auto;
    line-height: 2em;
    font-size: 18px;
    margin-left: 0px;
}
.cartcart2 a {
    color: #da0b1b;
}
.replace .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc;
    font-size: 12px;
    text-align: center;
    background: #da0b1b;
    padding: 5px 5px;
	color:#fff;
}
.replace .table td {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0px 5px;
    width: 14%;
}
.replace_ca{
	position: relative;
    overflow-y: scroll;
    max-height: 32vh;
    width: 100%;
	margin-bottom: 0px;
	border: 1px solid #dedede;
	box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
}
.replace_ca th{
    position: sticky;
    top: 0;
}
.replace_ca .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    text-align: center;

    padding: 10px 5px;
    color: #fff;
}
.replace_ca .table td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 8px 5px;
    width: 100px;
}
.replace_ca .table tr:nth-child(odd){
	    background: #fff;
}
.replace_ca .table tr:nth-child(even){
	    background: #f9f9f9;
}
.replace2 .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc;
    font-size: 12px;
    text-align: center;
    background: #da0b1b;
    padding: 3px 5px;
	color:#fff;
}
.replace2 .table td {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 1px 5px;
    width: 100px;
}
.replace5 {
    position: relative;
    overflow: auto;
    max-height: 22vh;
    width: 100%;
    margin-bottom: 0px;
}
.halfprodetail_table{
	position: relative;
    overflow: auto;
    max-height: 32vh;
    width: 100%;
	margin-bottom: 0px;
}
.replace {
    position: relative;
    overflow: auto;
    max-height: 22vh;
    width: 100%;
    margin-bottom: 0px;
}
.halfprodetail_table2 {
    position: relative;
    overflow: auto;
    max-height: 69vh;
    width: 100%;
    margin-bottom: 0px;
}
.table_title{
	float:left;
	width:auto;
}
.table_search{
	float:right;
	width:auto;
}
.section_maintitle2{
	margin-bottom: 35px !important;
}
h4.pdtitle{
	font-size:28px !important;
	color:#da0b1b !important;
}
.advertprod_col{
	display:table;
	width:100%;
}
.advertprod_col p{
	text-align:center;
	color:#333;
	font-size:13px;
	line-height: 1.1em;
	margin-top: 10px;
	height: 25px;
}
.prodreview{
	display:table;
	width:100%;
}
.revcol{
	display:table;
	float:left;
	width:auto;
}
.review{
	display:table;
	float:right;
	width:auto;
}
.revcol a{
	font-size:12px;
	margin-right: 4px;
	color:#ffbb04;
}
.revcol a:hover{
	color:#ffbb04 !important;
}
.advertprod_col h5{
	color:#da0b1b;
	font-weight: 600;
	font-size: 16px;
}
#tabs{
	background:;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #da0b1b !important;
    background-color: transparent;
    border-bottom: 3px solid #da0b1b!important;
    font-size: 16px;
    font-weight: normal;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #000;
    font-size: 16px;
	padding:0px 25px 8px;
	background:#fff;
	float: left;
    display: table;
    width: 15%;
}
#nav-tab{
	background: #fff;
    border-radius: 0;
    display: table;
    width: 100%;
}
.prptitle{
	padding:0px 0;
}
.prptitle h5{
	color:#000;
	text-align:left;
}
.prptitle p{
	color:#999;
	margin:15px 0;
	text-align:left
}
.forvideoslider{
}
.forvideoslider h5{
	color:#000;
	text-align:left;
}
.forvideoslider p{
	color:#999;
	margin:5px 0;
	text-align:left
}
.thumbvideodetails h5{
	font-size:14px;
	color:#000;
}
.thumbvideodetails p{
	font-size:12px;
	color:#666;
}
.zoom_col_pdsv .col-md-3{
	padding:15px;
}
.ap{
	background:#fff;
	padding-bottom:50px;
}
.ltc_bottom p {
    font-size: 14px;
    margin: 2px 0;
}
.ltc_bottom p i{
	margin-right:5px;
}
.halfprodetail_table5 {
    position: relative;
    overflow: auto;
    max-height: 55vh;
    width: 100%;
    margin-bottom: 0px;
}
/*-- Search by mesaure --*/
.searcbymeasure_body_content{
	display: block;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    margin-top: 10px;
}
.searchmeasure{
	border-radius: 4px;
    height: calc(2.35rem + 2px) !important;
    width: 250px !important;
	background:#fff url(../images/searchicon.png) no-repeat 94% 49% !important;
}
.searchmeasurefilter {
    /*float: left;
    width: 210px;
    background: #fff;
    margin-right: 5px;
    padding: 0;
	position: absolute;
    z-index: 9;*/
}
.searchmeasure_holder_category {
    float: left;
    width: 77.5%;
    overflow-x: hidden;
   /* position: relative;*/
}
.left_panel{
	position:relative;
	
}
.filter{
	position: absolute;
    right: -18px;
    background: #666;
    font-size: 14px;
    padding: 11px;
    z-index: 999;
	border-radius:0 4px 4px 0;
	display:none;
}
.filter a{
	color:#fff;
}
.filter2 {
    position: absolute;
    right: 0px;
    background: #ff8900;
    font-size: 14px;
    padding: 11px;
    z-index: 999;
    border-radius: 0 4px 0px 0;
    display: block;
}
.opens{
	right: -35px;
}
.opens2{
	right: 0px !important;
}
.filter3 {
    position: absolute;
    right: -35px;
    background: #ff8900;
    font-size: 14px;
    padding: 11px;
    z-index: 999;
    border-radius: 0 4px 0px 0;
    display: block;
}
.filter3 a{
	color:#fff;
}
.leftsidebarmenu-table3 {
    padding: 0;
    flex: 0 0 22%;
    max-width: 22%;
    float: left;
    background: #fff;
    transform: translateX(-132%);
    position: relative;
    transition: transform 0.2s ease-in-out;
    margin-right: 5px;
}
.searchmeasure_holder_category3 {
    flex: 0 0 100% !important;
    width: 100% !important;
    float: left !important;
    transform: translateX(-22.4%);
    transition: transform 0.3s ease-in-out;
}
.searchdata_holder_for_table-view3 {
    float: left !important;
    width: 77.5% !important;
	flex: 0 0 75.5% !important;
    transform: translateX(0%) !important;
    transition: transform 0.3s ease-in-out;
}

.leftsidebarmenu-table-view3 {
    transform: translateX(0%);
    z-index: 99;
}
.searchmeasure_holder_category4 {
    flex: 0 0 100%;
    width: 100% ;
    float: left ;
    transform: translateX(-22.4%);
    transition: transform 0.3s ease-in-out;
    /* position: relative; */
}
.filter2 a{
	color:#fff;
}
.left_panel h4{
	background:#da0b1b;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
	font-size:16px;
	padding:12px;
	border-radius: 4px 4px 0 0;
	margin-bottom:0;
	margin-top:0;
}
.left_panel_holder{
	background:#fff;
	border:1px solid #e1e0e0;
	border-radius:0 0 3px 3px;
	padding: 12px 5px;
}
.range_values p {
    color: #333;
}
.val {
    border: 1px solid #dedede;
    text-align: center;
    color: #666;
    width: 80px !important;
	padding:0 !important;
}
#panel2 {
    padding: 50px;
    display: none;
}
#panel11, #panel22, #panel00, #panel44, #panel55, #panel66, #panel77, #panel88, #panel99, #panel111 {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #999;
	padding: 10px 0;
    display: none;
	
}
#flip ,#flip11, #flip22, #flip00, #flip44, #flip55, #flip66, #flip77, #flip88, #flip99, #flip111{
    padding: 5px 0;
    text-align: center;
    background-color: #fff;
    /*border-bottom: 1px solid #999;*/
	text-align:left;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

.icon-angle-up::before{
	content:"\f107";
	display:block;
	width:22px;
	height:22px;
	text-align:center;
	float:right;
	color:#000;
	font-weight:normal;
	font-family: 'FontAwesome';
	font-style:normal;
}
.icon-angle-down::before{
	content:"\f106";
	display:block;
	width:22px;
	height:22px;
	text-align:center;
	float:right;
	color:#000;
	font-weight:normal;
	font-family: 'FontAwesome';
	font-style:normal;
}
.range_values p{
	color:#333;
	margin-bottom:10px;
}
.pb{
	/*border-bottom: 1px solid #999;*/
	border-top: 1px solid #999;
	padding:5px 0;
}
.pb p{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.pb p a{
	text-align:right;
	color:#da0b1b;
	font-size:14px;
	float:right;
}
label{
	font-weight:200;
	color:#666;
}
.search_brand{
	border-radius:3px;
	border:none;
	height:35px;
	padding-left:12px;
}
.mbt,.mbtr{
	padding:0;
}
.mbt h4{
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	color:#333333;
}
.sorrt{
	float:right;
}
.sorrt h4{
	color: #333333;
    font-size: 11px;
    line-height: 1.5em;
    text-align: left;
    text-transform: uppercase;
}
.sortby{
	background:#fff url(../img/dropicon.png) no-repeat 95%;
	border:1px solid #dedede;
	border-radius:2px;
	color:#666;
	font-weight:normal;
	text-align:left;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	font-size:12px;
	height:30px;
	margin-top:3px;
	box-shadow:none;
	background-size:6%;
}
.mb_top{
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
}
.cl_col{
	padding:10px 10px 10px 0;
}
.cl_col_holder{
	border:1px solid #dedede;
	background:#fff;
	position:relative;
	transition:all 300ms ease-in-out 0ms;
}
.cl_col_holder:hover{
	transition:all 300ms ease-in-out 0ms;
	border: 1px solid #ff5a06;
    box-shadow: 0 0 2px 2px #ffd0b9;
}
.search2 {
    background: #fff url(../images/searchicon.png) no-repeat 96% !important;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    margin: 10px 0;
    padding: 5px 35px 5px 5px;
}

.sbmptable .table thead th {
    background: #da0b1b;
    color: #fff;
}
.paginationarea{
	display:table;
	width:100%;
	padding:2px 0 20px;
}
.paginationarea ul li{
	list-style:none;
	margin:0 5px;
	border: 1px solid #dedede;
}
.paginationarea ul li:first-child{
	border:none;
}
.paginationarea ul li:last-child{
	border:none;
}
.paginationarea ul li a{
	padding:5px 15px;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height: 2.2em;
}
.paginationarea ul li.active{
	background:#da0b1b;
	color:#fff;
	border: 1px solid #da0b1b;
}
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;

}
.leftsidebarmenu-table2{
	padding:0;
	flex: 0 0 22%;
    max-width: 22%;
	float:left;
    background: #fff;
	transform: translateX(0%);
	position:relative;
	transition: transform 0.2s ease-in-out;
	margin-right: 5px;
}
.leftsidebarmenu-table-view2 {
    transform: translateX(-132%);
	z-index: 99;
}
.searchdata_holder_for_table-view2{
	flex: 0 0 99% !important;
    width: 99% !important;
	float:left !important;
	transform: translateX(1%);
	transition: transform 0.3s ease-in-out;
}
.searchbmp_holder_category_row{
	display:inline-block;
	width:100%;
}


.dataTables_filter{
	display:none;
}
#example_paginate{
	display:none;
}
/*--Search Vehicle--*/
.brand_search{
	padding-left:0;
}
.brand_search_holder{
	display:table;
	width:100%;
	padding:0 px;
}
.topbs_search{
	display:table;
	width:100%;
	padding: 8px 15px;
	background:#da0b1b;
}
.textbs{
	float:left;
	width:auto;
	margin-right:10px;
	line-height: 2.1em;
	color:#fff;
}
.bsscroller{
	display:block;
	width:100%;
	height:850px; 
	overflow-y: scroll;
	overflow-x: hidden;
	border:1px solid #dedede;
}
.bssearchinput {
    border-radius: 4px;
    height: calc(2rem + 2px) !important;
    width: 270px !important;
    background: #fff url(../images/searchicon.png) no-repeat 94% 49% !important;
}
.bsserch{
	float:right;
	width:auto;
}
.submodel_search{
	padding-right:0;
}
.submodel_search_holder{
	display:table;
	width:100%;
	border:1px solid #da0b1b;
	padding:;
}
.bsscroller ul {
	list-style:none;
}
.bsscroller li {
    list-style: none;
    padding: 4px 15px;
    border-bottom: 1px solid #dedede;
}
.bsscroller li:last-child{
	border:none;
}
.bsscroller li a{
	display:table;
	width:100%;
	color:#333;
}
.bsscroller li a:hover{
	color:#da0b1b;
}
.bsthumb{
	float:left;
	width:40px;
	margin-right:10px;
	padding:1px;
	border:1px solid #dedede;
	border-radius:4px;
}
.bslink{
	float:left;
	font-size: 14px;
    line-height: 2.8em;
}
.submodel_holder{
	display:block;
	width:100%;
	height:850px; 
	overflow-y: scroll;
	overflow-x: hidden;
	border:1px solid #dedede;
	margin-bottom: 10px;
}
.submodel_holder ul{
	list-style:none;
}
.submodel_holder ul li{
	list-style:none;
	border-bottom:1px solid #fff;
}
.submodel_holder li a{
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	color:#333;
	padding:5px 15px;
	display:table;
	width:100%;
}
.submodel_holder li a:hover{
	color:#fff;
	background:#da0b1b;
}
.submodel_holder li:nth-child(odd){
	background:#f1f1f1;
}
.submodel_holder li:nth-child(even){
	background:#dedede;
}
/*-- My Data --*/
.mydata_row{
	display: flex;
	width:100%;
}
.mydata_left{
	padding-left:0;
}
.mydata_left_col{
	display: block;
	width:100%;
}
.mydata_left_col h4{
	text-align:center;
	background: rgb(145,1,11);
	background: linear-gradient(180deg, rgba(145,1,11,1) 0%, rgba(218,11,27,1) 100%);
	color:#fff;
	font-size:26px;
	padding:20px 0;
	border-radius:4px 4px 0 0;
}
.mydata_left_col2 h4{
	text-align:center;
	background: rgb(241,2,21);
    background: linear-gradient(0deg, rgba(241,2,21,1) 0%, rgba(159,1,1,1) 100%);
	color:#fff;
	font-size:26px;
	padding:20px 0;
	border-radius:4px 4px 0 0;
}
.mydata_left_form_holder{
	display: block;
	width:100%;
	border:1px solid #dedede;
	padding:15px;
	box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
             
}
.special{
	background-color:#fff !important;
	border:none;
	border-bottom:1px solid #dedede;
	border-radius:0;
	padding-left:0;
}
.form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
  transform: translateY(-125%);
  font-size: 0.75em;
  color:#da0b1b;
}

.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;

  &:focus {
    box-shadow: 0 2px 0 0 blue;
  }
}
.special:focus{
	border-bottom:2px solid  #da0b1b;
}
.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}



.mdaddress{
	background-color: #f1f1f1;
}
.upbutton{
	background:#da0b1b;
	border:1px solid #da0b1b;
	display:table;
	margin:auto;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.upbutton:hover{
	background:#c80212;
	border:1px solid #c80212;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-ms-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-o-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.myseller_col h4{
	text-align:center;
	background: rgb(145,1,11);
	background: linear-gradient(180deg, rgba(145,1,11,1) 0%, rgba(218,11,27,1) 100%);
	color:#fff;
	font-size:26px;
	padding:20px 0;
	border-radius:4px 4px 0 0;
}
.myseller_col_top{
	border:1px solid #dedede;
	display:flex;
	width:100%;
	padding:15px 0;
	margin-bottom:35px;
    box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
}
.mydata_right_col{
	margin-bottom:30px;

}
.mcpimg_image{
	padding:15px 0;
}
.mcpimg_image img{
	width:100%;
}
.mcpimg_image2{
	padding:0px 0;
	border-radius:100px;
	border: 4px solid #ddd;
	box-shadow: 0px 2px 10px 0px #666;
	-webkit-box-shadow: 0px 2px 10px 0px #666;
	-moz-box-shadow: 0px 2px 10px 0px #666;
	-o-box-shadow: 0px 2px 10px 0px #666;
	height:190px;
	width:190px;
}
.mcpimg_image2 img{
	width:100%;
	border-radius:100px;
}
.mcp_forms{

}
.mcp_forms_holder{
	display:table;
	width:100%;
	padding:15px 0;
}
.myseller_contactdetails{
	display:table;
	width:100%;
	margin-top: 20px;
}
.myseller_contactdetails h4{
	text-align:center;
	background: rgb(145,1,11);
	background: linear-gradient(180deg, rgba(145,1,11,1) 0%, rgba(218,11,27,1) 100%);
	color:#fff;
	font-size:26px;
	padding:20px 0;
	border-radius:4px 4px 0 0;
}
.tele_contacts{
	display:table;
	width:100%;
	border:1px solid #dedede;
	box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
}
.rowtc_col{
	display:flex;
	width:100%;
	border-bottom:1px dashed #dedede;
	padding: 5px 0 1px;
}
.rowtc_col:last-child{
	border-bottom:none;
}
.thumbimg{
	background: #ccc;
    padding: 5px;
	border-radius:4px;
}
.thumbimg img{
	width:100%;
}
.thumbimg2 {
    background: #fff;
    padding: 5px;
	box-shadow: 0px 2px 10px 0px #999;
	-webkit-box-shadow: 0px 2px 10px 0px #999;
	-moz-box-shadow: 0px 2px 10px 0px #999;
	-o-box-shadow: 0px 2px 10px 0px #999;
}
.thumbimg2 img{
	width:100%;
	border: 2px solid #ccc;
	border-radius:6px;
}
.rtc_details_col{
	display:table;
	width:100%;
}
.rtc_details_col ul li{
	list-style:disc;
	margin: 3px 0;
}
.rdc{
	width:70px;
	float:left;
	display:table;
	font-weight:bold;
}

/*-- Current Account --*/
.current_account_row {
    display: table;
    width: 100%;
}
.car_col{
	display: table;
    width: 100%;
}
.car_col p{
	text-align:center;
	margin:15px 0;
	font-size: 26px;
    font-weight: bold;
}
.car_col_details{
	float:none;
	margin:auto;
}
.car_col_details_holder{
	display:table;
	width:100%;
	padding:15px;
	border:1px solid #da0b1b;
	background: rgb(145,1,11);
	background: linear-gradient(180deg, rgba(145,1,11,1) 0%, rgba(218,11,27,1) 100%);
	margin:30px 0;
	border-radius: 4px;
	box-shadow: 0 5px rgba(93, 64, 55, 0.4), 0 10px rgba(93, 64, 55, 0.3),
              0 15px rgba(93, 64, 55, 0.2), 0 20px rgba(93, 64, 55, 0.1),
              0 25px rgba(93, 64, 55, 0.05),
              -5px 5px 40px rgba(100, 0, 0, 0.4);
}
.rdc2{
	width:120px;
	float:left;
	display:table;
	font-weight:bold;
}
.cacali li{
	color:#fff;
	margin: 15px 0px !important;
	list-style: none !important;
}

.ca_info_table{
	padding:15px;
}
.cainfo_col{
	float:none;
	margin:auto;
}
.ca_tables{
	display:table;
	margin:30px 0;
	width: 100%;
	box-shadow: 0px 0px 25px 0px rgba(100, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(100, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 25px 0px rgba(100, 0, 0, 0.6);
	-o-box-shadow: 0px 0px 25px 0px rgba(100, 0, 0, 0.6);
}
.cainforow p{
	text-align:center;
	font-size: 22px;
    font-weight: bold;
	    line-height: 1.2em;
}
.cat{
	border:1px solid #dedede;
	border-bottom:none;
	background:#f9f9f9;
}
.cat:nth-child(1){
    background: rgb(175,0,13);
background: linear-gradient(90deg, rgba(175,0,13,1) 0%, rgba(218,11,27,1) 100%);
	color: #fff;
	border-left: 10px solid #333;
}
.ca_tables .row:last-child{
	border-bottom:1px solid #dedede;
}
.cat p{
	text-align:left;
	font-size:14px;
	line-height:3em;
}
.cat p a{
	color:#da0b1b;
}
.cat p a:hover{
	color:#999;
}
.cat p a .fa{
	margin-right:10px;
}
.refreshbtn{
	margin:auto;
	background:#da0b1b;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	color:#fff;
	display:block;
}
.refreshbtn:hover{
	background:#c80212;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-ms-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-o-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	color:#fff;
}
.ca_paymentdata{
	padding:15px 0;
	display:table;
	width:100%;
}
.ca_paymentdata_col{
	float:none;
	margin:auto;
}
.ca_paymentdata_col p{
	text-align:center;
	margin-bottom:15px;
	font-size: 22px;
    font-weight: bold;
}
.ca_contactform{
	border:2px solid #da0b1b;
	padding:15px;
	border-radius: 4px;
	box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
}
.table_title2 {
    float: left;
    width: auto;
}
.table_title2 h4 {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 7px;
}
/*-- My Orders --*/
.my_orders_row {
    display: table;
    width: 100%;
}
.myorder_holder{
	float:none;
	margin:auto;
}
.tabfor_myorder{
	display:table;
	width:100%;
}
.tabfor_myorder h4{
	font-size:18px;
	text-align:center;
	color:#333;
	font-weight:bold;
	margin:15px 0;
}
.tabfor_myorder h5{
	font-size:16px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	margin:15px 0;
	background:#666;
	padding:10px 0;
}
.moicon{
	color:#da0b1b;
}
.moicon:hover{
	color:#999;
}
#user-nav-tabs li{
	display:table;
	width:20%;
	float:left;
	border:1px solid #dedede;
	border-right:none;
	background:#fff;
	padding:5px 10px;
	text-align:center;
	font-size:14px;
}

#user-nav-tabs li a{
	display: table;
    width: 100%;
	color:#333;
}
#user-nav-tabs li:last-child{
	border-right:1px solid #dedede;
}
#user-nav-tabs li:hover{
	color:#fff;
	background:#da0b1b;
}
#user-nav-tabs li.active{
	color:#fff;
	background:#da0b1b;
}

#tabs{
    color: #3d3d3d;
}
#tabs h6.section-title{
    color: #3d3d3d;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: normal;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem;
    color: #3d3d3d;
    font-size: 16px;
	background: #f9f9f9;
	padding: 5px 25px;
	width: 33.3%;
	border-bottom: 4px solid #f9f9f9;
}
#tabs .nav-tabs .nav-link.active {
	color:#fff !important;
	background:#da0b1b;
	border:1px solid #da0b1b;
	border-bottom: 4px solid #da0b1b !important;
}
/*-- Photo View --*/
.photoview_continer{
	display:table;
	width:100%;
	padding:5px 0px 0 0px;
	border-top: 10px solid #da0b1b;
}
.photoview_row{
	background:#f9f9f9;
	box-shadow: 0px 2px 8px 0px #ccc;
	margin-bottom:20px;
}
.photoview_row:hover{
	background:#fff;
	box-shadow: 1px 1px 2px 1px #f1f1f1;
}
.pv_thumbimage{
	display:table;
	width:100%;
	padding:4px;
	background:#fff;
	position:relative;
}
.pv_thumbimage img{
	width:100%;
}
.tagpv{
	position:absolute;
	top:0;
	left:0;
	background:#ff8900;
	color:#fff;
	font-size:12px;
	padding:3px 10px;
	border-radius:0 100px 100px 0;
	text-align:center;
}
.tagpv_blue{
	position:absolute;
	top:0;
	left:0;
	background:#002ded;
	color:#fff;
	font-size:12px;
	padding:3px 10px;
	border-radius:0 100px 100px 0;
	text-align:center;
}
.tagpv_green{
	position:absolute;
	top:0;
	left:0;
	background:#23bb00;
	color:#fff;
	font-size:12px;
	padding:3px 10px;
	border-radius:0 100px 100px 0;
	text-align:center;
}
.tagpv_red{
	position:absolute;
	top:0;
	left:0;
	background:#da0b1b;
	color:#fff;
	font-size:12px;
	padding:3px 10px;
	border-radius:0 100px 100px 0;
	text-align:center;
}
.pv_description{
	
}
.pv_right{
	padding-left:0;
	border-left:1px solid #dedede;
}
.pvdescription{
	display:table;
	width:100%;
}
.productname{
	display:table;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	margin:5px 0;
}
.description_pv{
	display:table;
	width:100%;
	font-size:14px;
	color:#666;
	margin:7px 0;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:5px 0;
}
.row_cod{
	display:table;
	float:left;
	width:50%;
	padding-right:15px;
	font-size:14px;
}
.code_pv_one{
	float:left;
	width:30%;
	text-transform:uppercase;
}
.code_pv_two{
	float:left;
	width:70%;
}
.pv_buttions{
	display:table;
	width:100%;
	padding: 10px 0;
}
.pv_buttions ul{
	list-style:none;
}
.pv_buttions ul li{
	list-style:none;
	float:left;
}
.pv_buttions ul li a{
	font-size:13px;
	color:#fff;
	background:#da0b1b;
	padding:5px 10px;
	border-radius:4px;
	margin-right:10px;
}
.pv_buttions ul li a:hover{
	background:#222;
}
.pv_buttions ul li a:focus{
	background:#222;
}
.pv_buttions ul li a .fa{
	margin-right:5px;
}
.pvright{
	display:table;
	width:100%;
	padding:0 10px;
}
.pvpro_price{
	display:table;
	width:100%;
	text-align:center;
	color:#da0b1b;
	font-weight:600;
	margin:5px 0;
	font-size:24px;
	clear:both;
}
.valpv {
    border: 1px solid #dedede;
	background:#fff;
    text-align: center;
    color: #666;
    width:100px !important;
    padding:3px 3px 3px 15px !important;
	margin:auto;
	display: table;
}
.valpvbtn{
	font-size: 11px;
    color: #fff;
    background: #333;
    padding: 5px 8px;
    border-radius: 3px;
    display: table;
    
    text-transform: uppercase;
    margin: 15px auto;
}
.redadd{
	font-size: 11px;
    color: #fff;
    background: #da0b1b;
    padding: 5px 19px;
    border-radius: 3px;
    display: table;
    text-transform: uppercase;
    margin: 15px auto;
	text-align:center;
}
.greenadd{
	font-size: 11px;
    color: #fff;
    background: #23bb00;
    padding: 5px 13px;
    border-radius: 3px;
    display: table;
    text-transform: uppercase;
    margin: 15px auto;
	text-align:center;
}
.valpvbtn .fa{
	margin-right:5px;
}
.valpvbtn:hover{
	background: #da0b1b;
}

.listing_container {
    float: left;
    width: 100%;
    overflow-x: hidden;
    /* position: relative; */
}
.row_cod_listing {
    display: table;
    float: left;
    width: 100%;
    padding-right: 15px;
    font-size: 14px;
}
.code_pv_one2 {
    float: left;
    width: 14%;
    text-transform: uppercase;
}
.pv_col{
	background:#fff;
	padding: 30px 15px;
}
/*-- Shopping Cart --*/
.shopping_cart_container {
    display: block;
    width: 100%;
}
.btn-red {
    color: #fff;
    background-color: #da0b1b;
    border-color: #da0b1b;
}
.btn-red:hover {
    color: #fff;
    background-color: #c80212;
    border-color: #c80212;
}
.conciderselect{
	display: table;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 5px 0;
}
.seletitle{
	float:left;
	margin: 5px 0;
}
.paymentmethod{
	float:right;
}
.numbers{
	float: left;
    width: 26px;
    height: 26px;
    background: #da0b1b;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    border-radius: 100px;
    text-align: center;
	margin-right:10px;
}
.selectsearchmeasure {
    border-radius: 4px;
    height: calc(2.35rem + -2px) !important;
	padding-left: 10px;
    width: 250px !important;
	-webkit-appearance: none;
    background: #fff url(../images/arrowdwn.png) no-repeat 96% 49% !important;
	border: 1px solid #ced4da;
}
.cartsection_special{
}
.generalqoto{
	display: table;
    width: 100%;
    padding: 5px 15px;
	background:#222;
	margin-bottom:15px;
	border-radius:4px 4px 0 0;
}
.sp_seletitle {
    float: left;
    margin: 5px 0;
	color:#fff;
}
.sp_paymentmethod {
    float: right;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: #fff;
    background-color: #da0b1b;
    border-color: #da0b1b;
}
.fotobtn2 {
    padding: 4px 10px;
    border-radius: 4px;
}
.fotobtn2 .fa{
	margin-right:10px;
}
.carttable_row{
	display:block;
	width:100%;
}
.carttable_row2{
	display:table;
	width:100%;
	padding-top: 7px;
}
.replace22 {
    position: relative;
    overflow: auto;
    width: 100%;
    margin-bottom: 0px;
}
.replace22 .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc;
    font-size: 14px;
    text-align: center;
    background: #da0b1b;
    padding: 8px 5px;
    color: #fff;
}
.replace22 .table td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0px 5px;
    width: 9%;
}
.replace22 .table td:nth-child(1) {

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0px 5px;
    width: 6%;
}
.replace22 .table td:nth-child(2) {

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0px 5px;
    width: 17%;
}
.replace22 .table td:nth-child(8) {

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0px 5px;
    width: 7%;
}

.rmvbtn{
	background:#da0b1b;
	color:#fff;
	padding:2px 15px;
	border-radius:4px;
	text-align:center;
	font-size: 14px;
}
.rmvbtn:hover{
	background:#c80212;
}
.osu{
	text-align:center;
	font-weight:bold;
	color:#da0b1b;
	background:#e4e4e4;
	padding:15px;
	font-size:18px;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
	border-radius:4px 4px 0 0;
}
.osu2{
	border: 1px solid #dedede;
	text-align:center;
	font-weight:normal;
	color:#000;
	background:#fff;
	padding:10px;
	font-size:16px;
}
.sc_row2{
	margin-bottom:10px;
}
.topdescriptions_sc{
	display:table;
	width:100%;
	background:#f1f1f1;
	padding:5px;
	margin-bottom:10px;
}
.topdescriptions_sc p{
	color:#da0b1b;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.contbtn{
	background: #da0b1b;
    color: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.contbtn:hover{
	background:#c80212;
}
/*-- End Order --*/
.endorder_four_box{
	display:block;
	width:100%;
	padding:40px 0;
}
.eo_col{
	margin:auto;
	float:none;
}
.eo_box_one a{
	display:table;
	width:100%;
}
.eo_box_one a:hover > .eo_box_one_col{
	background:#222;
	border:1px solid #202020;
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.8);
	transition:all 300ms ease-in-out 0ms;
}
.eo_box_one_col:hover > .eo_number{
	background:#da0b1b;
	transition:all 300ms ease-in-out 0ms;
}
.eo_box_one_col{
	background:#da0b1b;
	position:relative;
	border-radius:4px;
	border:1px solid #c80212;
	padding:15px 0;
	box-shadow: 0 10px 20px rgba(218, 11, 27, 0.7);
	-webkit-box-shadow: 0 10px 20px rgba(218, 11, 27, 0.7);
	-moz-box-shadow: 0 10px 20px rgba(218, 11, 27, 0.7);
	-o-box-shadow: 0 10px 20px rgba(218, 11, 27, 0.7);
	transition:all 300ms ease-in-out 0ms;
}
.eo_number{
	width:32px;
	height:32px;
	border-radius:100px;
	background:#000;
	text-align:center;
	color:#fff;
	font-size:16px;
	padding:3px;
	display:table;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:-16px;
	border:2px solid #fff;
	transition:all 300ms ease-in-out 0ms;
}
.eo_box_one_col p{
	text-align:center;
	color:#fff;
	font-size:16px;
	margin:10px 0;
	text-transform:uppercase;
}
.eo_box_one_col h5{
	text-align:center;
	color:#fff;
	font-size:28px;
	margin:10px 0;
}
.end_order_container {
    display: block;
    width: 100%;
}
.cdleft_title{
	display:block;
	width:100%;
	padding:5px 15px;
	background: rgb(175,0,13);
background: linear-gradient(270deg, rgba(175,0,13,1) 0%, rgba(167,1,13,1) 72%, rgba(175,1,13,1) 72%, rgba(185,2,14,1) 78%, rgba(162,0,11,1) 78%, rgba(180,3,13,1) 85%, rgba(152,1,9,1) 85%, rgba(121,1,7,1) 93%, rgba(89,0,4,1) 93%, rgba(41,0,0,1) 100%);
border-radius:4px 4px 0 0;
}
.cdleft_title h4{
	text-align:left;
	font-size:26px;
	color:#fff;
	margin:5px 0;
	font-weight:normal;
}
.eo_cd_data{
	display: block;
    width: 100%;
    border: 1px solid #dedede;
    padding: 15px;
	box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	margin-bottom:30px;
	border-radius:4px 4px 0 0;
	margin-top:30px;
}
.cacali3 li {
    color: #222;
    margin: 15px 0px !important;
    list-style: none !important;
}
.rdc3 {
    width: 200px;
    float: left;
    display: table;
    font-weight: bold;
}
.osu2 {
    text-align: left;
    font-weight: normal;
    color: #fff;
    background: rgb(175,0,13);
background: linear-gradient(270deg, rgba(175,0,13,1) 0%, rgba(167,1,13,1) 72%, rgba(175,1,13,1) 72%, rgba(185,2,14,1) 78%, rgba(162,0,11,1) 78%, rgba(180,3,13,1) 85%, rgba(152,1,9,1) 85%, rgba(121,1,7,1) 93%, rgba(89,0,4,1) 93%, rgba(41,0,0,1) 100%);
    padding:10px 15px;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    border-radius: 4px 4px 0 0;
}
.eoforms{
	padding:30px 0;
}
.eo_radiobtns{
	display:block;
	width:100%;
	margin-bottom:15px;
}
.eo_radiobtns p{
	letter-spacing: 1px;
    font-size: 15px;
	color:#999;
	margin-bottom:15px;
}
.dp{
	background: #fff url(../images/dpcalender.png) no-repeat 99% 53% !important;
	color:#999;
	letter-spacing: 1px;
    font-size: 15px;
}
#datepicker{width:180px; margin: 0 20px 20px 20px;}
#datepicker > span:hover{cursor: pointer;}

/*-- Terms Of Purchase --*/

.rowtc_col2{
	display:block;
	width:100%;
}
.rowtc_col2 h3{
	text-align:center;
	color:#fff;
	margin-bottom:15px;
}
.rowtc_col2 p{
	text-align:center;
	color:#fff;
	font-size:16px;
	margin-bottom:15px;
	font-weight:normal;
}
.order_tracking{
	display:block;
	width:100%;
	padding:15px 0;
}
.osu3 {
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: rgb(175,0,13);
background: linear-gradient(270deg, rgba(175,0,13,1) 0%, rgba(167,1,13,1) 72%, rgba(175,1,13,1) 72%, rgba(185,2,14,1) 78%, rgba(162,0,11,1) 78%, rgba(180,3,13,1) 85%, rgba(152,1,9,1) 85%, rgba(121,1,7,1) 93%, rgba(89,0,4,1) 93%, rgba(41,0,0,1) 100%);
    padding:10px 15px;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    border-radius: 4px 4px 0 0;
}
.car_col_details_holder2{
	display:table;
	width:100%;
	padding:15px;
	border:1px solid #da0b1b;
	background: rgb(145,1,11);
	background: linear-gradient(180deg, rgba(145,1,11,1) 0%, rgba(218,11,27,1) 100%);
	margin:30px 0;
	border-radius: 4px;
	box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
}
.dropdown_fullwidth{
	height:500px;
	overflow-y:scroll;
	overflow-x:hidden;
}
/*--------------new custime scroller code--------------*/
.scrollbar{
width:20px;
height:500px;
background-color:lightgray;
margin-top:40px;
margin-left:40px;
overflow-y:scroll;
float:left;
}
.content{
height:450px;
} 
#ex3::-webkit-scrollbar{
width:10px;
background-color:#fff;
}
#ex3::-webkit-scrollbar-thumb{
background-color:#B03C3F;
border-radius:10px;
}
#ex3::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #dedede;
}
#ex3::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #dedede;
} 
#ex3::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:0px;
-webkit-box-shadow:0 0 6px gray inset;
}

/*-- Promotions --*/
.promotions{
	display:table;
	width:100%;
}
.promotions_row{
	padding:15px 0;
}
.promocol img{
	width:100%;
}
.promocol{
	width:100%;
	display:table;
	background:#dedede;
	border: 1px solid #dedede;
	box-shadow: -1px 8px 10px rgba(100, 0, 0, 0.3);
	-webkit-box-shadow: -1px 8px 10px rgba(100, 0, 0, 0.3);
	-moz-box-shadow: -1px 8px 10px rgba(100, 0, 0, 0.3);
	-o-box-shadow: -1px 8px 10px rgba(100, 0, 0, 0.3);
	padding:5px;
	border-radius:4px;
}
.promocol:hover{
	box-shadow:none;
	border: 1px solid #da0b1b;
}
.promocol a{
	margin:8px auto;
	background:#da0b1b;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	color:#fff;
	display:table;
	text-align:center;
	padding:3px 10px;
	border-radius:4px;
}
.promocol a:hover{
	background:#c80212;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-ms-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	-o-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	color:#fff;
}
.prcol{
	margin-bottom:15px;
	margin-top:15px;
}
.py-bottom{
	padding-bottom: 15px !important;
}
.achiverimage2 {
    background: #fff;
    padding: 0px;
	border-radius:100px;
	height:190px;
	width:190px;
	margin:auto;
}
.achiverimage2 img{
	border-radius:100px;
	margin:auto;
}
.lightbox img{
	padding: 0;
}
.button-group{
	padding-top:24px;
}
.btn-FD{
	color: #fff;
    background-color: #da0b1b !important;
    border-color: #da0b1b !important;
	padding: 6px 10px;
    border-radius: 4px;
	float:right;
}
.btn-FD:hover {
    color: #fff;
    background-color: #c80212 !important;

border-color: #c80212 !important;
}
.achiver_col2 {
    background: #fff;
}
.homeintraafflog_container {
    background: #fff;
    margin-top: 15px;
}
.xmass_section {
    display: table;
    width: 100%;
    background: #0b961c;
    padding: 30px 0 0;
}
.breadcat_row {
    display: table;
    width: 100%;
    padding: 8px 0;
}
.xmass_row{
	display: flex;
	width:100%;
}
.star{
	float:left;
	width:8%;
}
.startext{
	text-align:center;
	width:auto;
	margin:auto;
	font-size: 18px;
	color:#fff;
}
.star2{
	float:right;
	width:8%;
}
/*-- Promotions Details --*/
.newtable_pd {
    display: table;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}
.replace25 .table th{
	background: #da0b1b;
    color: #fff;
	text-align:center;
	font-size: 16px;
    padding: 5px 5px;
}
.replace25 .table td{
	font-size: 14px;
    padding: 5px 5px;
}
.achiverdetails2 {
    padding: 15px;
}
.achiverdetails2 a {
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.achiverdetails2 a:hover {
	color:#666 !important;
}
.tobuy{
	border-radius: 2px;
    border: 1px solid #999;
    padding: 0px 5px;
    font-size: 12px;
    text-align: center;
    background: #fff !important;
	height:22px;
	float:left;
	width:50px !important;
}
.tobuybtn{
	float:left;
	border:1px solid #da0b1b;
	background:#da0b1b;
	border-radius:2px;
	color:#fff;
	margin-left:5px;
	cursor:pointer;
}
.tobuybtn:hover{
	border:1px solid #222;
	background:#222;
}
/*-- Who We Are --*/
.whoweare{
	display: block;
    width: 100%;
}
.wwa_title{
	font-size:22px;
	text-align:left;
	color:#333;
	padding-bottom:25px;
}
.wwa_title h3{
	font-size:26px;
}
.wwa_title h4{
	font-size:26px;
	text-align:right;
}
.logoicon2 {
    float: left;
    width: 30px;
	margin-right:10px;
}
.logoicon3 {
    float: right;
    width: 30px;
	margin-left:10px;
}
.visiontitle{
	display:table;
	width:100%;
	padding:0 15px;
}
.slidercontainer{
	border:1px solid #dedede;
}
.company_details p{
	margin-bottom:15px;
	text-align:justify;
}
.whoweare_row{
	margin-bottom:30px;
}
.bannerimage{
	padding:5px 0 10px;
}
/*-- Contact Us --*/
.contactus_row {
    margin-bottom: 60px;
}
.contactus_left{
	background: rgb(241,2,21);
    background: linear-gradient(0deg, rgba(241,2,21,1) 0%, rgba(159,1,1,1) 100%);
	border-radius:4px;
	padding:15px;
	box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
	-o-box-shadow: -5px 5px 40px rgba(100, 0, 0, 0.4);
}
.contactus_left h4{
	color:#fff;
	border-bottom:1px dashed #f2f2f2;
	line-height:1.8em;
}
.conacticon{
	float:left;
	margin-right:15px;
	padding-right: 15px;
    padding-left: 15px;
	color:#fff;
	font-size:20px;
	height: 30px;
	border-radius:0 4px 4px 0;
}
.contactinfo{
	float:left;
}
.contactinfo h6{
	color:#fff;
	font-size:20px;
	text-align:left;
}
.contactinfo p{
	color:#fff;
	font-size:16px;
	text-align:left;
}
.coninfo_row{
	padding:15px 0;
}
.contact_map_container{
	display:block;
	width:100%;
	padding:15px;
	border-radius:4px 4px 0 0;
	background: rgb(241,2,21);
    background: linear-gradient(0deg, rgba(241,2,21,1) 0%, rgba(159,1,1,1) 100%);
}
.contact_map_container h4{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin:15px 0;
	text-transform:uppercase;
}
.contact_map_container p{
	text-align:center;
	font-size:16px;
	color:#fff;
}
/*-- Representations --*/
.representations_row {
    margin-bottom: 30px;
}
.represent_description p{
	text-align:left;
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}
.represen_col{
	position:relative;
	border:1px solid #ddd;
	background:#fff;
}
.represen_col a:hover > .repretitle{
	opacity:1;
	transition:all 300ms easy-in 0ms;
}
.represen_col a .repretitle{
	text-align:center;
	color:#da0b1b;
	background: rgb(208,208,208);
    background: linear-gradient(0deg, rgba(208,208,208,1) 0%, rgba(208,208,208,0) 100%);
	display:table;
	margin:auto;
	font-size:16px;
	line-height:3.8em;
	width:100%;
	text-transform:uppercase;
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	z-index:9;
	opacity:0;
	transition:all 300ms easy-in 0ms;
}

.represen_col{
	margin-bottom:15px;
}
.redetails p{
	text-align:justify;
	font-size:16px;
	color:#333;
	margin-top:10px;
	margin-bottom:10px;
}
.redvideo{
	display:table;
	width:100%;
	padding:15px 0;
}
.rd_images{
	padding-left:60px;
}
.dddel{
padding: 3px 24px;
border-radius: 4px;
font-size: 13px;
text-align: center;
background: #da0b1b !important;
float: left;
border: 1px solid #dedede;
color: #fff !important;
/* font-weight: 600; */
}
.halfprodetail_table3 {
position: relative;
overflow: auto;
max-height: 69vh;
width: 100%;
height: 200px;
margin-bottom: 0px;
}
.halfprodetail_table4 {
position: relative;
overflow: auto;
max-height: 69vh;
width: 100%;
height: 300px;
margin-bottom: 0px;
}
/*-- Reset password --*/
.resetpassword_row {
    margin-bottom: 60px;
}
.resetpwd{
	float:none;
	margin:auto;
}
.resetpwd_col{
}
/*-- Products Worked --*/
.productsworked_row {
    margin-bottom: 0px;
}
.productsworked_col p{
	margin-bottom: 15px;
    text-align: justify;
	font-size:16px;
	color:#222;
}
.categoryname {
    display: table;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin: 15px 0 20px;
}
.pv_col2 {
    padding:0;
}
.code_pv_one3 {
    float: left;
    width: 100%;
    text-transform: uppercase;
	margin:5px 0;
}
.code_pv_one3 .fas{
	margin-right:15px;
}
.pv_description2 {
	padding-left:30px;
}
.row_cod_listing2 {
    display: table;
    float: left;
    width: 50%;
    padding-right: 15px;
    font-size: 14px;
}
.pv_thumbimage2 {
    display: table;
    width: 100%;
    padding: 0px;
    background: #fff;
    position: relative;
}
.pv_thumbimage2 img {
    width: 100%;
}
.pv_thumbimage2 img:hover{
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.pv_thumbimage2:hover > .repretitle2{
	opacity:1;
	transition:all 300ms easy-in 0ms;
}
.pv_thumbimage2 .repretitle2{
	text-align:center;
	color:#fff;
	background: rgb(218,11,27);
    background: linear-gradient(0deg, rgba(218,11,27,1) 39%, rgba(159,1,1,0.028448879551820738) 100%);
	display:table;
	margin:auto;
	font-size:16px;
	line-height:6.8em;
	width:100%;
	text-transform:uppercase;
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	z-index:9;
	opacity:0;
	transition:all 300ms easy-in 0ms;
}

/*-- Become a Customer --*/
.becomeacustomer_row {
    margin-bottom: 30px;
}
.bc_col h4{
	font-size: 20px;
	text-align:left;
	color:#da0b1b;
	text-transform:uppercase;
	font-weight:bold;
}
.bccol_icon{
	background:#da0b1b;
	padding:8px;
	text-align:center;
	color:#fff;
	border-radius:4px;
	line-height: 2.1em;
	margin-right:10px;
}
.bc_col ul{
	padding:15px 0 15px 36px;
}
.bc_col ul li{
	margin:5px 0;
}
.bc_col ul li a{
	font-size:16px;
	color:#000;
	padding:6px 0 6px 20px;
	background: rgb(210,210,210);
    background: linear-gradient(90deg, rgba(210,210,210,1) 39%, rgba(242,242,242,0.028448879551820738) 100%);
	display:table;
	width:100%;
}
.bc_col ul li a:hover{
	color:#da0b1b;
}
.bc_col ul li .fa{
	margin-right:10px;
	
}
.becomeacustomer_category {
	display:block;
    width: 100%;
}
.becomeacustomer_continer {
    display: table;
    width: 100%;
    padding: 30px 0px 10px 0px;
    border-top:2px solid #ccc;
}

#tabs22{
    color: #3d3d3d;
}
#tabs22 h6.section-title{
    color: #3d3d3d;
}

#tabs22 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: normal;
}
#tabs22 .nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem;
    color: #3d3d3d;
    font-size: 16px;
	background: #f9f9f9;
	padding: 5px 25px;
	width: 50%;
	float:left;
	border-bottom: 4px solid #f9f9f9;
}
#tabs22 .nav-tabs .nav-link.active {
	color:#fff !important;
	background:#da0b1b;
	border:1px solid #da0b1b;
	border-bottom: 4px solid #da0b1b !important;
}
.bocomeacustomer_holder{
	border:1px solid #dedede;
	padding:15px;
	box-shadow: 0px 5px 10px rgba(100, 0, 0, 0.4);
	-webkit-box-shadow: 0px 5px 10px rgba(100, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px rgba(100, 0, 0, 0.4);
	-o-box-shadow: 0px 5px 10px rgba(100, 0, 0, 0.4);
}
.links{
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #999;
	font-size:16px;
}
.central{
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #999;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
.bc_leftform{
	margin:30px 0;
}
.fgcom{
	margin-bottom: 1rem;
}
/*-- Coverage --*/
.coverage_container{
	display:table;
	width:100%;
	margin:15px 0;
}
.covcol_holder{
	display:table;
	width:100%;
	margin:15px 0;
}
.cov_image img:hover{
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.cov_details:hover{
	background:#333;
}
.cov_image{
	display:block;
	border-radius:1000px;
	padding:0px;
	border:1px solid #f1f1f1;
	box-shadow: 0px 2px 8px 0px #ccc;
}
.cov_image img{
	width:100%;
	border-radius:1000px;
	border:1px solid #f1f1f1;
	box-shadow: 0px 2px 8px 0px #ccc;
}
.cov_details{
	display:table;
	width:100%;
	padding:5px 15px;
	background:#da0b1b;
	margin-top:10px;
}
.cov_details h4{
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.cov_details p{
	text-align:center;
	color:#fff;
	font-size:16px;
}
.covcol_holder a{
	display:table;
	width:100%;
}

.covcol_holder2{
	display:block;
	width:100%;
	margin:15px 0;
}
.cov_image2 img:hover{
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.cov_details2:hover{
	background:#333;
}
.cov_image2{
	display:block;
	border-radius:1000px;
	padding:0px;
	border:1px solid #f1f1f1;
	box-shadow: 0px 2px 8px 0px #ccc;
}
.cov_image2 img{
	width:100%;
	border-radius:1000px;
	border:1px solid #f1f1f1;
	box-shadow: 0px 2px 8px 0px #ccc;
}
.cov_details2{
	display:table;
	width:100%;
	padding:5px 15px;
	background:#da0b1b;
	margin-top:10px;
}
.cov_details2 h4{
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.cov_details2 p{
	text-align:center;
	color:#fff;
	font-size:16px;
}
.cov_details2 p a{
	text-align:center;
	color:#fff;
	font-size:16px;
}
.cov_details2 p a:hover{
	color:#da0b1b;
}

.bg2,
.overlay {
  text-align: center;
}

img,
.overlay {
  transition: 0.3s all;
  border-radius: 0px;
}

.bg2 {
  float: left;
  position: relative;
  margin:15px 0;
}
.bg2 img {
  width: 100%;
}
.bg2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(218,11,27);
  background: linear-gradient(0deg, rgba(218,11,27,1) 0%, rgba(218,11,27,1) 45%, rgba(218,11,27,0) 100%);
  color: #fff;
  opacity: 0;
}
.bg2 .overlay h2 {
  padding-top: 40%;
  font-size:20px;
}
.bg2 .overlay p {
}
.bg2:hover .overlay {
  opacity: 1;
}
.bg2:hover img {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */

}

@media screen and (max-width: 1148px) {
  .bg {
    max-width: 48%;
    margin: 1%;
  }
}
@media screen and (max-width: 768px) {
  .bg {
    float: none;
    max-width: 80%;
    margin: 1% auto;
  }
}


/*-- Publication --*/
/*Hover Fall Effect*/
    .fall-item {
       width: 100%;
       height: auto;
       overflow: hidden;
       position: relative;
       text-align: center;
	   background:#000;
    }
    .fall-item .mask,.fall-item .content {
       width: 100%;
       height: 100%;
       position: absolute;
       overflow: hidden;
       top: 0;
       left: 0;
    }
    .fall-item img {
       display: block;
       position: relative;
       width: 100%;
       height: auto;
    }
    .fall-item h2 {
       text-transform: uppercase;
       color: #fff;
       text-align: center;
       position: relative;
       padding: 10px;
       background: rgba(0, 0, 0, 0.8);
       margin: 0 0 0 0;
    }
    .fall-item p {
       font-style: italic;
       position: relative;
       color: #fff;
       padding: 10px 20px 20px;
       text-align: center;
    }
    .fall-effect .mask {
       background-color: rgba(218, 11, 27, 0.8);
       top: -200px;
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.3s ease-out 0.5s;
       -moz-transition: all 0.3s ease-out 0.5s;
       -o-transition: all 0.3s ease-out 0.5s;
       -ms-transition: all 0.3s ease-out 0.5s;
       transition: all 0.3s ease-out 0.5s;
    }
    .fall-effect h2 {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.1s;
       -moz-transition: all 0.2s ease-in-out 0.1s;
       -o-transition: all 0.2s ease-in-out 0.1s;
       -ms-transition: all 0.2s ease-in-out 0.1s;
       transition: all 0.2s ease-in-out 0.1s;
    }
    .fall-effect p {
       color: #333;
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.2s;
       -moz-transition: all 0.2s ease-in-out 0.2s;
       -o-transition: all 0.2s ease-in-out 0.2s;
       -ms-transition: all 0.2s ease-in-out 0.2s;
       transition: all 0.2s ease-in-out 0.2s;
    }
    .fall-effect a.btn {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.3s;
       -moz-transition: all 0.2s ease-in-out 0.3s;
       -o-transition: all 0.2s ease-in-out 0.3s;
       -ms-transition: all 0.2s ease-in-out 0.3s;
       transition: all 0.2s ease-in-out 0.3s;
    }
    .fall-effect:hover .mask {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
       top: 0px;
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;

    }
    .fall-effect:hover h2 {
		font-size:22px;
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
       -ms-transition-delay: 0.4s;
       transition-delay: 0.4s;
    }
    
    .fall-effect:hover a.btn {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;
    }
.publicationbtn{
	background:#fff;
	border-radius:4px;
	padding:8px 15px;
	color:#000;
	display:table;
	margin:25% auto;
}
.publicationbtn:hover{
	background:#000;
	color:#fff;
}
.fall-item img{
	opacity:0.4;
}
.colpublica{
	margin:15px 0;
}
.titlepub{
	position:absolute;
	top:43%;
	left:0;
	right:0;
	z-index:99;
	margin:auto;
	display:table;
	width:60%;
	text-transform:uppercase;
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:15px 0;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
       -ms-transition-delay: 0.4s;
       transition-delay: 0.4s;
}
.colpublica :hover > .titlepub{
	-webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.1s;
       -moz-transition: all 0.2s ease-in-out 0.1s;
       -o-transition: all 0.2s ease-in-out 0.1s;
       -ms-transition: all 0.2s ease-in-out 0.1s;
       transition: all 0.2s ease-in-out 0.1s;

}
.colpublica :hover > img{
	opacity:1;
}

.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
  background:#dedede;
}
.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
}
.card-body p{
	font-weight:bold;
	color:#da0b1b;
	margin-bottom:10px;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
/*-- Our Story --*/
.ourstory_images{
	border:4px solid #da0b1b;
	border-radius:6px;
	margin:15px 0;
}
.ourstory_images img{
	width:100%;
}
/*-- Work With Us --*/
#tabs25{
    color: #3d3d3d;
}
#tabs25 h6.section-title{
    color: #3d3d3d;
}

#tabs25 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: normal;
}
#tabs25 .nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius:0;
    color: #3d3d3d;
    font-size: 16px;
	background: #f9f9f9;
	padding: 5px 25px;
	width: 50%;
	float:left;
	border-bottom: 4px solid #f9f9f9;
}
#tabs25 .nav-tabs .nav-link.active {
	color:#fff !important;
	background:#da0b1b;
	border:1px solid #da0b1b;
	border-bottom: 4px solid #da0b1b !important;
}
.wwutitle{
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}
.wwus_top{
	color:#000;
	text-align:center;
	line-height:3em;
}
.wwus_top2{
	color:#000;
	text-align:center;
	line-height:1.5em;
	padding:30px 0;
	clear:both;
}
.wwus_top3 {
    color: #000;
    text-align: center;
    line-height: 1.5em;
    padding: 30px 100px;
    clear: both;
}
.wwa_title a{
	float:right;
	display:table;
	font-size:14px;
	color:#fff;
	background:#006097;
	border-radius:4px;
	padding:5px 15px;
}
.wwa_title a .fab{
	margin-right:5px;
}
.wwa_title a:hover{
	background:#014b75;
}
.productname_jobopper {
    display: table;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin: 5px 0;
}
.row_cod_listingjobopper{
	display: table;
    float: left;
    width: 100%;
    padding-right: 15px;
    font-size: 14px;
	line-height:1.8em;
}
/*-- Labour Oppertunity Details --*/
.lod2{
	width: 120px;
    float: left;
    display: table;
    font-weight: normal;
    color: #ddd;
}
.labourbenifit_sec{
	display:block;
	width:100%;
	padding:45px 0;
}
.lchh_icon{
	float:left;
	margin-right:15px;
	font-size:24px;
}
.lchhdetailslink{
	float:left;
}
.lchharrowright{
	float: right;
    align-self: center;
    display: block;
    vertical-align: bottom;
    padding: 10px 0;
}
.labsec_col_holder a:hover > .lchh_icon .fa{
	color:#da0b1b;
}
.labsec_col_holder a:hover > .lchhdetailslink h5{
	color:#da0b1b;
}
.labsec_col_holder a:hover > .lchharrowright .fa{
	color:#da0b1b;
}
.labsec_col_holder a{
	display:table;
	width:100%;
	margin:15px 0;
}
.labsec_col_holder a{
	color:#222;
}
.labsec_col_holder a h5{
	font-weight:bold;
}
/*-- Make Return Detail --*/
.mrdinput{
	background:#fff !important;
}
.mrdinput_select{
    height: calc(2.55rem + 3px) !important;
}
.preventa{
	position:absolute;
	top:0;
	left:0;
	width:80px;
	background:#00b915;
	color:#fff;
	font-size:14px;
	padding:4px 10px;
	border-radius:0 100px 100px 0;
}
.oferta{
	position:absolute;
	top:40px;
	width:80px;
	left:0;
	background:#e60202;
	color:#fff;
	font-size:14px;
	padding:4px 10px;
	border-radius:0 100px 100px 0;
}

/*-- subscribe --*/

.subscribe-main {
	padding-bottom: 1em;
}
.footer-grid-agileits-w3ls img{
	width:100%;
}
.subscribe-head h4.sec-title {
	margin-bottom: 4px;
	letter-spacing: 3.8px;
	font-weight: 600;
}

.subscribe-head h6 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 600;
	color: #1853a1;
	letter-spacing: 4px;
}

.footer-grid-agileits-w3ls1 h3,.footer-grid-agileits-w3ls h3 {
	font-size: 1.3em;
    color: #ccc;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
     position: relative;
}

.footer-grid-agileits-w3ls1 h3:after, .footer-grid-agileits-w3ls h3:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 15%;
    left: 0%;
    bottom: -50%;
}
.footer-grid-agileits-w3ls1 p {
    color: #646464;
    font-size: 15px;
    outline: none;
     letter-spacing: 1px;
    line-height: 26px;
}
.footer-cpy.text-center {
   
}
.footer-grid-agileits-w3ls1 a {
    color: #999;
    font-size: 16px;
    outline: none;
    letter-spacing: 1px;
}
.footer-grid-agileits-w3ls1 a:hover {
    color: #ccc;
}
.footer-grid-agileits-w3ls1 a.read {
    color: #aaa;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px 20px;
    display: inline-block;
    margin-top: 1.5em;
    background: rgba(241, 245, 249, 0.08);
}
.footer-grid-agileits-w3ls1 a.read:hover{
    background: #ddd;
    color: #333;
}

.subscribe-main input[type="email"] {
	width: 100%;
	padding: 1em 1em;
     width: 100%;
	font-size: 15px;
	color: #666;
	outline: none;
    background: rgba(241, 245, 249, 0.08);
    -webkit-appearance: none;
    border: none;
	-webkit-appearance: none;
	letter-spacing: 2px;
	border-radius: 3px;
}

.subscribe-main input[type="email"]:focus {
    background: #fff;
}

.subscribe-form button.btn1 {
    color: #666;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    background: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    right: 6%;
    bottom: 10%;
}

.subscribe-form form {
    width: 100%;
    position: relative;
}
.subscribe-main button[type="submit"]:hover ,.subscribe-main button[type="submit"]:active {
	color: #666;
	background: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
	background: none;
    border: none;
}

.instagram-posts {
	margin: 0 auto;
	width: 90%;
}
.tech-btm h5  {
	line-height: 1em;
}
.tech-btm h5 a {
    color: #444;
    font-size: 15px;
}
.tech-btm img {
    border: 2px solid #bbb;
    padding: .3em;
}

.sub-meta span {
    font-size: 0.8em;
    color: #aaa;
    line-height: 2.5em;
}
ul.w3ls-footer-bottom-list li span.fas, ul.w3ls-footer-bottom-list li span.fab, ul.tweet-agile span.fab {
    width: 25px;
    color: #aaa;
    padding-left: 0;
}
ul.w3ls-footer-bottom-list li span {
    padding-left: 28px;
}
/*-- //subscribe --*/

/*--//footer--*/

/*--/copyright--*/

.copyrighttop {
	margin: 0em 0 2em;
}

a.facebook {
	color: #fff;
    font-size: 13px;
    background: rgba(241, 245, 249, 0.08);
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
}

a.facebook:hover {
    color: #333;
    background: #ccc;
}

.copyright {
	background: #141415;
	color: #fff;
	padding: 1em 0;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.w3layouts-agile-copyrightbottom p {
	color: #fff;
	letter-spacing: 1px;
	line-height: 28px;
     font-size: 12px;
}

.copyrighttop li {
	list-style: none;
	display: inline-block;
	
}

.w3layouts-agile-copyrightbottom p a {
	color: #ccc;
}
.footer-grid-agileits-w3ls1 li {
    list-style-type: none;
    margin: 7px 0;
}
.footer-grid-agileits-w3ls1 ul li {
      color: #646464;
    font-size: 16px;
    outline: none;
    letter-spacing: 1px;
}
.footer-grid-agileits-w3ls li a{
	color:#999;
	letter-spacing: 1px;
}
.titlefoot{
	text-transform:uppercase;
	color:#fff;
	font-weight:500;
	margin-bottom:10px;
	margin-top:5px;
}
/*--// copyright-- */


/*-- About Us --*/

h1.heading,h2.heading,h3.heading {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #333;
}
h5.heading {
    text-transform: uppercase;
    font-size:25px;
    font-weight: 800;
    color: #da0b1b;
    letter-spacing: 2px;
	font-family:"Montserrat";
	margin-bottom:20px;
}
h5.heading img{
	margin:auto;
	width:14%;
}
h4.heading {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    color: #3d3d3d;
    letter-spacing: 1px;
	font-family:"Montserrat";
}
.about-grid i.fa,.about-grid i.fas {
    font-size: 40px;
}

.about-grid h4 {
    margin-top: 20px;
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.about-grid h4:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20%;
    background: #333;
    bottom: -80%;
    left: 40%;
}
.about-grid img {
    width: auto;
    padding: 15px;
}

.about-bottom-grid p {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #2c2c2c;
}
.about-bottom-grid h4 {
    text-align: left;
    line-height: 36px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about-head a { 
    /*background: #333;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;*/
}
.about-head a:hover {
	color:#fff;
}
/*-- //About Us--*/




/*-- contact --*/
.contact-form-left ul.con_inner_text li {
    color: #333;
    font-size: 15px;
}
.contact-form-left ul.con_inner_text li a {
    color: #333;
}
.contact-form-left ul.con_inner_text li label {
    color: #333;
}
.contact-form-left ul.con_inner_text span {
    margin-right: 13px;
    color: #008bff;
}
.w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits-contact-address h3 {
    color: #333;
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 1.5em 0;
    text-transform: capitalize;
    letter-spacing: 1px;
	position: relative;
}
.contact-form-top h3:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 10%;
    background: #333;
    bottom: -40%;
    left: 0%;
}
.agileinfo-contact-form-grid input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    border: 1px solid #777;
    width: 100%;
    float: left;
    outline: none;
    padding: 13px 15px 13px 15px;
    font-size: 15px;
    color: #777;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
}
.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: none;
    border: 1px solid #777;
    width: 100%;
    outline: none;
    padding: 13px 15px 13px 15px;
    font-size: 15px;
    color: #777;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
}
.address-left {
    text-align: center;
}
.agileinfo-contact-form-grid textarea {
    background: none;
    border: none;
    border: 1px solid #777;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 15px;
    color: #777;
    resize: none;
    padding: 13px 15px 13px 15px;
    margin-bottom: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}
.agileinfo-contact-form-grid button.btn1{
	color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    padding: 13px 40px;
    font-weight: 600;
    background: #333;
    border: none;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Source Sans Pro', sans-serif;
}
.agileinfo-contact-form-grid button.btn1:hover {
    background: #ffc107;
}

.map iframe {
    width: 100%;
    height: 370px;
    border: 2px dotted #999;
}
.address-right h6 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.address-right p {
    font-size: 0.95em;
    color: #999;
    line-height: 2em;
    letter-spacing: 1px;
}
.address-right a {
    color: #888;
}
.address-grid i {
      font-size: 20px;
    color: #ffc107;
    background: #333;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}
.social ul li {
    list-style-type: none;
    display: inline-block;
}
.contact a.fa {
    color: #fff;
    font-size: 17px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #f7f7f7;
    text-align: center;
}
.contact a.fa.fa-facebook {
    background: #3b5998;
}
.contact a.fa.fa-twitter {
    background: #1da1f2;
}
.contact a.fa.fa-google-plus {
    background: #dd4b39;
}
.contact a.fa.fa-linkedin {
    background: #00a0dc;
}
.contact a.fa:hover {
    background: #00d2be;
    color: #ffffff;
}
/*-- //contact --*/

/*-- Car Slider --*/

.slidering h5 {
	font-size: 1.2em;
	color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail2 {
	display: block;
	padding: 4px;
	margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #7cc502;
    border: 1px solid #7cc502;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	transition:all 300ms ease-in-out 0ms;
}
.thumbnail2:hover{
	background:#1b6d0e;
	border: 1px solid #1b6d0e;
	transition:all 300ms ease-in-out 0ms;
	
}
/* The colour of the indicators */

.tabs-grids img {
	width: 69%;
	margin: 2em 0;
}

.text-info h4 {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	margin-bottom: 0.3em;
	letter-spacing: 1px;
}

.carousel-control-next-icon {
    background-image: none;
    color: #333;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #999;
}
.carousel-control-prev {
    left: -6%;
    top: 35%;
    height: 40px;
    width: 40px;
    background: none;
    color: #000;
    box-shadow: none;
    background-image: none !important;
    opacity: 0.9;
    line-height: 34px;
}
.carousel-control-next {
    right: -6%;
    top: 35%;
    height: 40px;
    width: 40px;
    background: none;
    color: #000;
    box-shadow: none;
    background-image: none !important;
    opacity: 0.9;
    line-height: 34px;
}


/*-- counter--*/
.services-bottom {
    background: url(../images/price.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.banner-dott1 {
    background: rgba(0, 0, 0, 0.4);
}
.stats h2.heading {
    color: #fff;
}
.agile_count_grid_left {
    text-align: center;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size:3em;
}
.agile_count_grid_right {
    text-align: center;
}
.agile_count_grid_right p{
	color: #fff;
     font-weight: 600;
    letter-spacing: 1px;
}
.w3_agile_stats_grid h4 {
      font-size: 17px;
    letter-spacing: 3px;
    color: #ccc;
    margin: .5em 0 0;
    text-transform:capitalize;
    position: relative;
    text-align: center;
}
.w3_agile_stats_grid h4:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 20%;
    background: #eee;
    bottom: -100%;
    left: 40%;
}
.agile_count_grid_left span {
    color: #ffc107;
    margin-bottom: 15px;
}
/*-- //counter--*/

/*-- booking --*/
.booking{
	background: #00bcd4;
}
.booking h3{
    color: #eee;
    letter-spacing: 2px;
    font-size: 33px;
    text-transform: capitalize;
}
.booking p {
    margin: 0;
    font-size: 16px;
    color: #ddd;
    letter-spacing: 1px;
    line-height: 30px;
    width: 75%;
    margin: 0 auto;
}
.booking a{
      font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-top: 1em;
    display: inline-block;
}
.booking a:hover {
    background: #ffc107;
    border: 2px solid #ffc107;
    color: #fff;
}
/*-- booking --*/

/*-- Team --*/
.footerv2-w3ls h4 {
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.team-effect img {
    border: 1px solid #ddd;
}
.footerv2-w3ls p {
    font-size: 15px;
    color: #666;
    letter-spacing: 2px;
}

/*-- //Team --*/


/*-- feedback --*/
.feedback-top {
    border: 2px solid #403f3f;
	position: relative;
}

.feedback-top:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 14%;
	width: 0;
	height: 0;
	border-top: 15px solid rgb(43, 43, 43);
	border-right: 4px solid transparent;
	border-left: 12px solid transparent;
	transform: rotate(0deg);
}

.feedback-top p {
	color: #333;
	font-size: 15px;
	margin: 0;
	line-height: 2em;
	letter-spacing: 1px;
}

.feedback-img {
	float: left;
	width: 28%;
	background: #e4e4e4;
}

.feedback-grids {
	margin: 2em 0 0;
}

.feedback-img img {
    width: 100%;
    border-radius: 50%;
}

.feedback-info {
	margin: 0 1em !important;
}

.feedback-img-info {
	float: left;
	width: 65%;
	margin: 1.5em 0 0 1em;
}

.feedback-img-info h5 {
	color: #333;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: 600;
}

.feedback-img-info p {
	color: #6f6b6b;
	font-size: .9em;
	margin-top: .5em;
}

/*-- //feedback --*/

/*-- aboutsec --*/

.aboutsec h3.heading {
    color: #fff;
}
.aboutsec {
    background: url(../images/aboutbg.png) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
	padding: 90px 0;
}
.aboutsec-grid h4 {
    line-height: 30px;
    font-size: 15px;
    color: #ccc;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.aboutsec-grid p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: left;
    color: #aaa;
}
.aboutsec-grid h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ccc;
    letter-spacing: 1px;
	position: relative;
}
.aboutsec-grid  li {
    list-style-type: none;
	color: #fff;
    font-size: 15px;
}
.aboutsec-grid h3:after {
	position: absolute;
    content: "";
    height: 2px;
    width: 18%;
    background: #eee;
    bottom: -40%;
    left: 0%;
}
.aboutcol{
	background:rgba(255,255,255,0.9);
	display:table;
	width:100%;
    padding: 40px 0;
	position:relative;
}
.aboutcol p{
	text-align:center;
	color:#3d3d3d;
	font-size:18px;
	font-weight:300;
	padding:30px 90px;
	line-height: 1.8em;
}
.aboutcol a{
	margin:30px auto;
	display:table;
	padding:10px 30px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background:#da0b1b;
	font-weight:600;
}
.aboutcol a:hover{
	background:#3d3d3d;
}
.viewmorebtn a {
    margin: 30px auto;
    display: table;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #da0b1b;
    font-weight: 600;
}
.viewmorebtn a:hover{
	background:#3d3d3d;
}
#myGallery2 span {
    display: none;
}
.maintitle{
	position:relative;
}
.leftline{
	position:absolute;
	left:0;
	height:1px;
	width:404px;
	background:#da0b1b;
	top: 77px;
}
.rightline{
	position:absolute;
	right:0;
	height:1px;
	width:404px;
	background:#da0b1b;
	top: 77px;
}

/*-- //pricing --*/


.banner {
    background:;
    background-size: cover;
    min-height: 300px;
}



.book-appointment {
    box-sizing: border-box;
    background: #252525;
}

.bg-agile img {
    position: absolute;
    right: 0;
    bottom: 0em;
    width: 23em;
}

.book-appointment h2 {
    text-align: center;
    font-size: 22px;
    color: #eee;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 3px;
}

.wthree-text {
    text-align: center;
}

.wthree-text h6 {
    margin-top: 10px;
    color: #ecb731;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: .7em;
    font-weight: 400;
    letter-spacing: 2px;
}

.radio-w3ls li input[type="radio"] {
    cursor: pointer;
}

.radio-w3ls li label {
    color: #fff;
    font-size: 13.5px;
    font-weight: 400;
}


/*-- form --*/

.book-agileinfo-form input[type="text"],
.book-agileinfo-form input[type="email"],
select#passengers,
select#cab,
select#direction,
input#datepicker {
    width: 100%;
    color: #a0a0a0;
    font-size: 15px;
    letter-spacing: 1.5px;
    border-radius: 0.25rem;
    padding: 10px 10px;
    outline: none;
    background: rgba(255, 255, 255, 0);
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.27);
    box-sizing: border-box;
}

.agileits-btm-spc {
    margin-bottom: 1em;
}
.form-text1 {
    padding-right: 0px;
}
.form-text {
    width: 100%;
}

select#passengers option,
select#direction option {
    background: #000;
}
.book-agileinfo-form input[type="submit"]{
	margin-right: 1%;
	float: left;
}

.book-agileinfo-form input[type="submit"],
.book-agileinfo-form input[type="reset"] {
    text-transform: capitalize;
    background: #ffc107;
    color: #fff;
    padding: 0.7em 0em;
    border: none;
    border: 2px solid #ffc107;
    font-weight: 600;
    font-size: 15px;
    margin-top: 1em;
    width: 49.5%;
    outline: none;
    letter-spacing: 2px;
    border-radius: 0.25rem;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
     box-sizing: border-box;
}

.book-agileinfo-form input[type="submit"]:hover,
.book-agileinfo-form input[type="reset"]:hover {
    background: transparent;
    color: #fff;
}

.book-agileinfo-form ::-webkit-input-placeholder {
    color: #a0a0a0;
}

.book-agileinfo-form :-moz-placeholder {
    /* Firefox 18- */
    color: #a0a0a0;
}

.book-agileinfo-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a0a0a0;
}

.book-agileinfo-form :-ms-input-placeholder {
    color: #a0a0a0;
}

p.wickedpicker__title {
    background: #ecb731;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.wickedpicker__close {
    color: #fefefe;
    margin-top: 5px;
}

/*-- checkbox --*/

.book-agileinfo-form label {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.83);
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
}

ul.radio-w3ls li {
    display: inline-block;
    margin: 0em 1em;
}

/*-- //checkbox --*/

/*--// form --*/


/*-- services --*/

.service-grids p {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #444;
    letter-spacing: .5px;
}
.service-grids h3 {
    margin-top: 20px;
    color: #000;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}
.service-grids h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #222;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}
.service-grids h4:after {
    position: absolute;
    content: "";
    background: #333;
    height: 2px;
    width: 15%;
    left: 0%;
    bottom: -50%;
}
.service-grids h4 i {
    width: 40px;
    font-size: 20px;
}

.clr1 {
    color: #E91E63;
}
.clr2 {
    color: #03A9F4;
}
.clr3 {
    color: #FF5722;
}
/*-- //services --*/


/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- Responsive Design --*/

@media(max-width: 1280px){
	.banner-info h2, .banner-info h4 , .banner-info h5{
		font-size: 1.6em;
	}
	.banner-info h1{
		font-size: 3.6em;
	}
	.banner-img, .banner-img.one, .banner-img.two, .banner-img.three {
		min-height: 650px;
	}
	.banner-info {
		padding-top: 10em;
	}
}
@media(max-width: 1080px){
	a.facebook {
		font-size: 13px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.banner-img, .banner-img.one, .banner-img.two, .banner-img.three {
		min-height: 600px;
	}
	.banner-info h2, .banner-info h4 , .banner-info h5{
		font-size: 1.6em;
	}
	.banner-info h1{
		font-size: 3.6em;
	}
}
@media(max-width: 1024px){
	.footer-grid-agileits-w3ls1, .footer-grid-agileits-w3ls {
		padding: 0;
	}
	.why p {
		font-size: 19px;
	}
	.carousel-control-next {
		right: -4%;
	}
	.carousel-control-prev {
		left: -4%;
	}
}
@media(max-width: 991px){
	.footer-grid-agileits-w3ls1, .footer-grid-agileits-w3ls {
		padding: 0 15px;
	}
	h1.heading, h2.heading, h3.heading {
		font-size: 45px;
	}
	.banner-img, .banner-img.one, .banner-img.two, .banner-img.three {
		min-height: 560px;
	}
	.banner-info {
		padding-top: 11em;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0.5);
		border-color: #ffc107;
		background: #ffc107;
	}
	.navbar-toggler {
		border-radius: 0rem;
	}
	ul.navbar-nav.mx-auto {
		background: rgba(0, 0, 0, 0.8);
		padding: 1em 2em;
	}
	li.nav-item.active,li.nav-item {
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}
	/*.dropdown-menu {
		background-color: transparent;
	}
	.dropdown-item {
		margin: 0 !important;
		color: #fff;
		border-radius: 3px;
	}*/
	.dropdown-item:hover, .dropdown-item:focus {
		color: #fff;
		border: 2px solid #fff;
		background-color: transparent;
	}
	.banner {
		min-height: 250px;
	}
	.booking p {
		font-size: 15px;
		width: 85%;
	}
	.booking h3 {
		font-size: 28px;
	}
	.booking a {
		font-size: 14px;
		padding: 12px 35px;
	}
	.top-header {
		padding: 2em 1em;
	}
	.service-grids h3 {
		margin-top: 0px;
	}
}
@media(max-width: 900px){
	.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
		left: 45%;
	}
}
@media(max-width: 800px){
	.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
		left: 44%;
	}
	.why-grids .col-md-4 {
		padding: 0 10px;
	}
	.top-bar_sub_w3layouts {
		padding: 0.3em 1em;
	}
	.log-icons, .top-forms, .logo {
		padding: 0;
	}
	.banner {
		min-height: 200px;
	}
}
@media(max-width: 800px){
	ul.w3ls-footer-bottom-list li span {
		padding-left: 0px;
	}
}
@media(max-width: 768px){
	.top-forms span a {
		padding: 10px 14px;
	}
}
@media(max-width: 736px){
	.log-icons,.top-forms {
		text-align: center;
	}
	.banner-info span {
		font-size: 40px;
	}
	.banner-info h1, .banner-info h2, .banner-info h4, .banner-info h5 {
		font-size: 2.6em;
	}
	.banner-img, .banner-img.one, .banner-img.two, .banner-img.three {
		min-height: 520px;
	}
	.banner-info a {
		font-size: 14px;
		padding: 12px 35px;
		margin-top: 0em;
	}
	.w3_agile_stats_grid-top {
		padding: 0;
	}
	.w3_agile_stats_grid h4 {
		letter-spacing: 2px;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 2.2em;
	}
	.form-text1 {
		padding-right: 15px;
	}
}
@media(max-width: 667px){
	.about-grid h4 {
		font-size: 15px;
	}
	.price-grid h3 {
		font-size: 22px;
	}
	h1.heading, h2.heading, h3.heading {
		font-size: 40px;
		letter-spacing: 2px;
	}
	.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
		left: 43%;
	}
}
@media(max-width: 600px){
	.banner-info {
		width: 90%;
	}
	.banner-info h1, .banner-info h2, .banner-info h4, .banner-info h5 {
		font-size: 2.3em;
		letter-spacing: 1px;
	}
	.banner-img, .banner-img.one, .banner-img.two, .banner-img.three {
		min-height: 470px;
	}
	li.nav-item.active, li.nav-item {
		width: 40%;
	}
}
@media(max-width: 568px){
	.banner-info h1, .banner-info h2, .banner-info h4, .banner-info h5 {
		font-size: 2.8em;
		letter-spacing: 5px;
	}
	.food-Slider {
		padding: 0 4em;
	}
	.carousel-control-next {
		right: -10%;
	}
	.carousel-control-prev {
		left: -10%;
	}
	.banner {
		min-height: 150px;
	}
	.address-left {
		text-align: left;
	}
}
@media(max-width: 480px){
	.banner-img, .banner-img.one, .banner-img.two, .banner-img.three {
		min-height: 430px;
	}
	li.nav-item.active, li.nav-item {
		width: 55%;
	}
	.banner-info {
		padding-top: 6em;
	}
	.top-header {
		padding: 1em;
	}
	.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
		left: 41%;
	}
	.booking p {
		font-size: 15px;
		width: 90%;
	}
}
@media(max-width: 414px){
	.banner-info h1, .banner-info h2, .banner-info h4, .banner-info h5 {
		font-size: 2.5em;
		letter-spacing: 5px;
	}
	.banner-img, .banner-img.one, .banner-img.two, .banner-img.three {
		min-height: 400px;
	}
	.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
		width: 10px;
		height: 10px;
	}
	.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
		margin-right: 7px;
	}
	.modal-body {
		padding: 1rem;
	}
	.about-grid i.fa, .about-grid i.fas {
		font-size: 30px;
	}
	.footerv2-w3ls h4 {
		font-size: 16px;
	}
	.w3layouts-agile-copyrightbottom p {
		font-size: 15px;
	}
	h1.heading, h2.heading, h3.heading {
		font-size: 35px;
	}
	li.nav-item.active, li.nav-item {
		width: 65%;
	}
	.booking h3 {
		font-size: 25px;
	}
	.footerv2-w3ls p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.food-Slider {
		padding: 0 2em;
	}
	.navbar-toggler {
		font-size: 1rem;
	}
	.book-appointment h2 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.address-grid i {
		font-size: 15px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.address-right h6 {
		font-size: 1.2em;
	}
	.map iframe {
		height: 270px;
	}
	.w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits-contact-address h3 {
		font-size: 22px;
	}
}
@media(max-width: 384px){
	.footer-grid-agileits-w3ls1 ul li {
		font-size: 14px;
	}
	.footer-grid-agileits-w3ls1 h3, .footer-grid-agileits-w3ls h3 {
		font-size: 1.1em;
	}
	.footer-grid-agileits-w3ls1 a.read {
		font-size: 12px;
	}
	.w3layouts-agile-copyrightbottom p {
		 font-size: 15px;
	}
	a.navbar-brand {
		font-size: 1.8em;
	}
	li.nav-item.active, li.nav-item {
		width: 75%;
	}
	.modal-header {
		padding: 1rem;
	}
	.modal-title {
		font-size: 18px;
	}
	label {
		font-size: 14px;
	}
	.forgot-w3l {
		font-size: 14px;
	}
	.food-Slider {
		padding: 0 2em;
	}
	.w3_agile_stats_grid h4 {
		letter-spacing: 1px;
		font-size: 15px;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 2em;
	}
	.service-grids h3 {
		font-size: 20px;
	}
}
@media(max-width: 375px){
	.banner-info h1, .banner-info h2, .banner-info h4, .banner-info h5 {
		font-size: 1.9em;
		letter-spacing: 5px;
	}
	.team-grids {
		padding: 0 5px;
	}
	.booking p {
		font-size: 14px;
		width: 100%;
		letter-spacing: 0.5px;
	}
	.book-agileinfo-form input[type="submit"], .book-agileinfo-form input[type="reset"] {
		font-size: 14px;
	}
}
@media(max-width: 320px){
	.banner-info {
		width: 80%;
	}
	.banner-info h1, .banner-info h2, .banner-info h4, .banner-info h5 {
		font-size: 2.2em;
		letter-spacing: 5px;
	}
	.w3layouts-agile-copyrightbottom p {
		font-size: 14px;
	}
	li.nav-item.active, li.nav-item {
		width: 100%;
	}
	.food-Slider {
		padding: 0 1em;
	}
	h1.heading, h2.heading, h3.heading {
		font-size: 33px;
	}
	.service-grids h3 {
		font-size: 18px;
		letter-spacing: 0px;
	}
}
/*-- //Responsive Design --*/

/*****05.02.2021******/

.newseventh{
	display:table;
	width:100%;
	padding:8px 5px;
	border-top:1px solid #dedede;
}
.newseventh h3{
	font-size:14px;
	text-transform:uppercase;
	display: table;
width: 100%;
line-height: 1.9em;
}
.llnew{
	float:left;
	color:#000;
	width:50%;
}
.llnew2{
	float:right;
	color:#da0b1b;
	width:50%;
}
.llnew3{
	float:right;
	width:50%;
}
.addprotop222{
	width:100px !important;
	text-align:center !important;
	font-size:18px;
	padding:0 10px !important;
}
.newsevn{
	background:#ccc;
	border:none;
	border-radius:4px;
	padding:2px 10px;
	width:100px !important;
	cursor:pointer;
}
.newsevn fa{
	color:#000;
}
.newsevn:hover{
	background:#da0b1b;
}
.watermark{
	font-weight:bold;
	color:#000;
	font-size:16px;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px;
	opacity:0.5;
	z-index:9;
}
.watermark2{
	font-weight:bold;
	color:#000;
	font-size:16px;
	position:absolute;
	right:0;
	top:0;
	padding:10px;
	opacity:0.5;
	z-index:9;
}